#0F7CA8
A dark, vivid blue closely aligning with Steelblue.
About #0F7CA8
The hex code #0F7CA8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Steelblue. In the RGB color space, it consists of 15 red, 124 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 91% cyan and 26% magenta inks. The HSL representation is 197.3° hue, 83.6% saturation, and 35.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7CA8
RGB15, 124, 168
HSL197.3°, 83.6%, 35.9%
CMYK91%, 26%, 0%, 34%
HSV197.3°, 91.1%, 65.9%
LAB48.7, -11.8, -31.3
XYZ14.5, 17.3, 39.6
Decimal1014952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CA8;
}
.text-color {
color: #0F7CA8;
}
.border-color {
border: 2px solid #0F7CA8;
}