#076DA8
A dark, vivid blue closely aligning with Steelblue.
About #076DA8
Visually, #076DA8 is defined as a vivid blue. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 109, and 168.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 96% cyan and 35% magenta inks. The HSL representation is 202.0° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#076DA8
RGB7, 109, 168
HSL202.0°, 92.0%, 34.3%
CMYK96%, 35%, 0%, 34%
HSV202.0°, 95.8%, 65.9%
LAB44.0, -3.3, -38.7
XYZ12.6, 13.8, 39.0
Decimal486824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #076DA8;
}
.text-color {
color: #076DA8;
}
.border-color {
border: 2px solid #076DA8;
}