#0FA0F0
A medium, vivid blue closely aligning with Cornflowerblue.
About #0FA0F0
At its core, #0FA0F0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 15 red, 160 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 33% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FA0F0
RGB15, 160, 240
HSL201.3°, 88.2%, 50.0%
CMYK94%, 33%, 0%, 6%
HSV201.3°, 93.8%, 94.1%
LAB63.0, -5.7, -49.5
XYZ28.5, 31.5, 87.0
Decimal1024240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0F0;
}
.text-color {
color: #0FA0F0;
}
.border-color {
border: 2px solid #0FA0F0;
}