Dodger Blue Color Palette

Discover the beautiful Dodger Blue color palette featuring lochmara (#0074bd), dodger blue (#148aff), cerulean (#00b8eb), picton blue (#53c8e9) and spray (#7edaf1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Blue, Bright, Coastal, Ocean, Spring, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dodger Blue palette

Share this palette to:

💻 Dodger Blue color palette CSS

/* CSS */
.color-1 {
color: #0074bd;
}
.color-2 {
color: #148aff;
}
.color-3 {
color: #00b8eb;
}
.color-4 {
color: #53c8e9;
}
.color-5 {
color: #7edaf1;
}

/* CSS Variables */
:root {
--color-1: #0074bd;
--color-2: #148aff;
--color-3: #00b8eb;
--color-4: #53c8e9;
--color-5: #7edaf1;
}

🌈 Dodger Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074bd, #148aff, #00b8eb, #53c8e9, #7edaf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074bd, #148aff, #00b8eb, #53c8e9, #7edaf1);
}

Dodger Blue color palette created on .