#0FA0E9
A medium, vivid blue closely aligning with Deepskyblue.
About #0FA0E9
At its core, #0FA0E9 is a medium and vivid hue. It is closely associated with the named CSS color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 160, and 233.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 31% magenta, 0% yellow, and 9% black. The HSL representation is 200.1° hue, 87.9% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA0E9
RGB15, 160, 233
HSL200.1°, 87.9%, 48.6%
CMYK94%, 31%, 0%, 9%
HSV200.1°, 93.6%, 91.4%
LAB62.6, -8.3, -46.2
XYZ27.5, 31.1, 81.7
Decimal1024233
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0E9;
}
.text-color {
color: #0FA0E9;
}
.border-color {
border: 2px solid #0FA0E9;
}