#0766BD
A dark, vivid blue closely aligning with Cornflowerblue.
About #0766BD
When working with digital screens, the color #0766BD is rendered by mixing light. Designers often compare it to the standard color Cornflowerblue. This translates to an RGB value of rgb(7, 102, 189).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 96% cyan and 46% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0766BD
RGB7, 102, 189
HSL208.7°, 92.9%, 38.4%
CMYK96%, 46%, 0%, 26%
HSV208.7°, 96.3%, 74.1%
LAB43.1, 9.5, -52.4
XYZ14.0, 13.2, 50.0
Decimal485053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0766BD;
}
.text-color {
color: #0766BD;
}
.border-color {
border: 2px solid #0766BD;
}