#0F7CBD
A medium, vivid blue closely aligning with Steelblue.
About #0F7CBD
At its core, #0F7CBD is a medium and vivid hue. Designers often compare it to the standard color Steelblue. In the RGB color space, it consists of 15 red, 124 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 92% Cyan, 34% Magenta, 0% Yellow, and 26% Black. With a hue angle of 202.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7CBD
RGB15, 124, 189
HSL202.4°, 85.3%, 40.0%
CMYK92%, 34%, 0%, 26%
HSV202.4°, 92.1%, 74.1%
LAB49.7, -3.9, -41.8
XYZ16.6, 18.2, 50.8
Decimal1014973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CBD;
}
.text-color {
color: #0F7CBD;
}
.border-color {
border: 2px solid #0F7CBD;
}