#0FA0F8
A medium, vivid blue closely aligning with Cornflowerblue.
About #0FA0F8
Visually, #0FA0F8 is defined as a vivid blue. Designers often compare it to the standard color Cornflowerblue. Its digital footprint relies on 15 parts red, 160 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 35% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#0FA0F8
RGB15, 160, 248
HSL202.7°, 94.3%, 51.6%
CMYK94%, 35%, 0%, 3%
HSV202.7°, 94.0%, 97.3%
LAB63.4, -2.7, -53.2
XYZ29.7, 32.0, 93.4
Decimal1024248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA0F8;
}
.text-color {
color: #0FA0F8;
}
.border-color {
border: 2px solid #0FA0F8;
}