#0F83B6
A dark, vivid blue closely aligning with Steelblue.
About #0F83B6
Visually, #0F83B6 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, 131, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 92% cyan and 28% magenta inks. With a hue angle of 198.3 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F83B6
RGB15, 131, 182
HSL198.3°, 84.8%, 38.6%
CMYK92%, 28%, 0%, 29%
HSV198.3°, 91.8%, 71.4%
LAB51.5, -10.6, -34.9
XYZ16.8, 19.7, 47.2
Decimal1016758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F83B6;
}
.text-color {
color: #0F83B6;
}
.border-color {
border: 2px solid #0F83B6;
}