#0F7CC5
A medium, vivid blue closely aligning with Steelblue.
About #0F7CC5
At its core, #0F7CC5 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, 124, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 92% C, 37% M, 0% Y, and 23% K. The HSL representation is 204.1° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F7CC5
RGB15, 124, 197
HSL204.1°, 85.8%, 41.6%
CMYK92%, 37%, 0%, 23%
HSV204.1°, 92.4%, 77.3%
LAB50.2, -0.8, -45.7
XYZ17.5, 18.5, 55.5
Decimal1014981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CC5;
}
.text-color {
color: #0F7CC5;
}
.border-color {
border: 2px solid #0F7CC5;
}