Cornflower blue color: code #6495ED

Cornflower blue

#6495ED

Color codes

  • HEX#6495ED
  • RGBrgb(100, 149, 237)
  • HSLhsl(219, 79%, 66%)
  • HSVhsv(219, 58%, 93%)
  • CMYKcmyk(58%, 37%, 0%, 7%)
  • LABlab(61.9% 9.3 -49.3)
  • OKLCHoklch(67.5% 0.141 261.3)

About the color Cornflower blue

Cornflower blue has the HEX code #6495ED, which corresponds to rgb(100, 149, 237) in the RGB model. On the color wheel its hue sits at 219°, with 79% saturation and 66% lightness (hsl(219, 79%, 66%)).

Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.

As a background it calls for dark text: black reaches a 7.06:1 contrast ratio on it, versus 2.97:1 for white.

For print, the approximate conversion is cmyk(58%, 37%, 0%, 7%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Cornflower blue

Complementary

#6495ED · #EDBD64

Analogous

#64D8ED · #6495ED · #7864ED

Triadic

#6495ED · #ED6494 · #94ED64

Tetradic

#6495ED · #ED64D8 · #EDBD64 · #64ED78

Split-complementary

#6495ED · #ED7864 · #D8ED64

Monochromatic

#1650BB · #3674E7 · #6495ED · #A8C3F5 · #EDF2FD

Cornflower blue with white and black text

White text Aa Bb Cc 123
2.97:1 · fails WCAG
Black text Aa Bb Cc 123
7.06:1 · AAA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-cornflower-blue: #6495ED;
  --color-cornflower-blue-rgb: 100, 149, 237;
}

.elemento {
  background-color: var(--color-cornflower-blue);
  color: #000000;
}