#076DB6
A dark, vivid blue closely aligning with Steelblue.
About #076DB6
At its core, #076DB6 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(7, 109, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 40% Magenta, 0% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#076DB6
RGB7, 109, 182
HSL205.0°, 92.6%, 37.1%
CMYK96%, 40%, 0%, 29%
HSV205.0°, 96.2%, 71.4%
LAB44.7, 2.2, -45.7
XYZ14.0, 14.4, 46.3
Decimal486838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #076DB6;
}
.text-color {
color: #076DB6;
}
.border-color {
border: 2px solid #076DB6;
}