#0F00F0
A medium, vivid blue closely aligning with Blue.
About #0F00F0
When working with digital screens, the color #0F00F0 is rendered by mixing light. Designers often compare it to the standard color Blue. Its digital footprint relies on 15 parts red, 0 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 100% Magenta, 0% Yellow, and 6% Black. With a hue angle of 243.8 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F00F0
RGB15, 0, 240
HSL243.8°, 100.0%, 47.1%
CMYK94%, 100%, 0%, 6%
HSV243.8°, 100.0%, 94.1%
LAB30.4, 75.7, -102.6
XYZ15.9, 6.4, 82.8
Decimal983280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.22:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.81:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00F0;
}
.text-color {
color: #0F00F0;
}
.border-color {
border: 2px solid #0F00F0;
}