#0F83C5
A medium, vivid blue closely aligning with Steelblue.
About #0F83C5
Visually, #0F83C5 is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(15, 131, 197).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 92% cyan, 34% magenta, 0% yellow, and 23% black. With a hue angle of 201.8 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F83C5
RGB15, 131, 197
HSL201.8°, 85.8%, 41.6%
CMYK92%, 34%, 0%, 23%
HSV201.8°, 92.4%, 77.3%
LAB52.2, -5.0, -42.4
XYZ18.4, 20.4, 55.8
Decimal1016773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F83C5;
}
.text-color {
color: #0F83C5;
}
.border-color {
border: 2px solid #0F83C5;
}