#0FA0D3
A medium, vivid blue closely aligning with Deepskyblue.
About #0FA0D3
When working with digital screens, the color #0FA0D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Deepskyblue. In the RGB color space, it consists of 15 red, 160 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 24% M, 0% Y, and 17% K. With a hue angle of 195.6 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FA0D3
RGB15, 160, 211
HSL195.6°, 86.7%, 44.3%
CMYK93%, 24%, 0%, 17%
HSV195.6°, 92.9%, 82.7%
LAB61.6, -16.2, -35.6
XYZ24.5, 29.9, 66.1
Decimal1024211
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
AA Large
6.99:1
Text on #000000
AA
2.87:1
Text on #F8FAFC
FAIL
5.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0D3;
}
.text-color {
color: #0FA0D3;
}
.border-color {
border: 2px solid #0FA0D3;
}