#0F66B6
A dark, vivid blue closely aligning with Cornflowerblue.
About #0F66B6
The precise color #0F66B6 is an excellent choice for modern design projects. Designers often compare it to the standard color Cornflowerblue. In the RGB color space, it consists of 15 red, 102 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 92% cyan, 44% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF 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#0F66B6
RGB15, 102, 182
HSL208.7°, 84.8%, 38.6%
CMYK92%, 44%, 0%, 29%
HSV208.7°, 91.8%, 71.4%
LAB42.7, 7.0, -48.9
XYZ13.4, 13.0, 46.1
Decimal1009334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66B6;
}
.text-color {
color: #0F66B6;
}
.border-color {
border: 2px solid #0F66B6;
}