All CSS Colors
#1E90FFdodgerblue

Dodger Blue

CSS named color · Blue family

HEX#1E90FF
RGBrgb(30, 144, 255)
HSLhsl(210, 100%, 56%)
CSSdodgerblue

Tints & Shades

#dbedff
#b3d9ff
#8fc7ff
#6bb5ff
#42a1ff
#1E90FF
#0078f0
#005ebd
#00478f
#003061
#00172e
LighterDarker

Complementary Color

Dodger Blue

#1E90FF

Complement

#ff8f1f

hsl(30, 100%, 56%)

CSS Usage

.element {
  color: dodgerblue;
  background-color: dodgerblue;
}

/* Using hex */
.element {
  color: #1E90FF;
  background-color: #1E90FF;
}

/* Using RGB */
.element {
  color: rgb(30, 144, 255);
  background-color: rgb(30, 144, 255);
}

Similar Colors

Related Tools

Browse All CSS Colors