#247CCC
A medium, vivid blue closely aligning with Cornflowerblue.
About #247CCC
The precise color #247CCC is an excellent choice for modern design projects. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 36 red, 124 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 39% magenta inks. With a hue angle of 208.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#247CCC
RGB36, 124, 204
HSL208.6°, 70.0%, 47.1%
CMYK82%, 39%, 0%, 20%
HSV208.6°, 82.4%, 80.0%
LAB50.9, 3.3, -48.5
XYZ18.8, 19.2, 59.8
Decimal2391244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247CCC;
}
.text-color {
color: #247CCC;
}
.border-color {
border: 2px solid #247CCC;
}