#0F8AC5
A medium, vivid blue closely aligning with Steelblue.
About #0F8AC5
At its core, #0F8AC5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(15, 138, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 92% cyan and 30% magenta inks. With a hue angle of 199.5 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F8AC5
RGB15, 138, 197
HSL199.5°, 85.8%, 41.6%
CMYK92%, 30%, 0%, 23%
HSV199.5°, 92.4%, 77.3%
LAB54.4, -9.0, -39.0
XYZ19.4, 22.3, 56.1
Decimal1018565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F8AC5;
}
.text-color {
color: #0F8AC5;
}
.border-color {
border: 2px solid #0F8AC5;
}