#0766B6
A dark, vivid blue closely aligning with Cornflowerblue.
About #0766B6
The precise color #0766B6 is an excellent choice for modern design projects. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(7, 102, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 96% cyan, 44% magenta, 0% yellow, and 29% black. With a hue angle of 207.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0766B6
RGB7, 102, 182
HSL207.4°, 92.6%, 37.1%
CMYK96%, 44%, 0%, 29%
HSV207.4°, 96.2%, 71.4%
LAB42.7, 6.7, -49.0
XYZ13.3, 12.9, 46.1
Decimal485046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0766B6;
}
.text-color {
color: #0766B6;
}
.border-color {
border: 2px solid #0766B6;
}