#0F92DB
A medium, vivid blue closely aligning with Steelblue.
About #0F92DB
Visually, #0F92DB is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 146, and 219.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 33% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#0F92DB
RGB15, 146, 219
HSL201.5°, 87.2%, 45.9%
CMYK93%, 33%, 0%, 14%
HSV201.5°, 93.2%, 85.9%
LAB57.8, -5.4, -46.0
XYZ23.3, 25.8, 70.8
Decimal1020635
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F92DB;
}
.text-color {
color: #0F92DB;
}
.border-color {
border: 2px solid #0F92DB;
}