#0F83CC
A medium, vivid blue closely aligning with Steelblue.
About #0F83CC
Visually, #0F83CC is defined as a vivid blue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 15 red, 131 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 36% magenta inks. With a hue angle of 203.2 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F83CC
RGB15, 131, 204
HSL203.2°, 86.3%, 42.9%
CMYK93%, 36%, 0%, 20%
HSV203.2°, 92.6%, 80.0%
LAB52.6, -2.3, -45.8
XYZ19.2, 20.7, 60.1
Decimal1016780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F83CC;
}
.text-color {
color: #0F83CC;
}
.border-color {
border: 2px solid #0F83CC;
}