#0F00FF
A medium, vivid blue closely aligning with Blue.
About #0F00FF
The precise color #0F00FF is an excellent choice for modern design projects. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 15 red, 0 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 100% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F00FF
RGB15, 0, 255
HSL243.5°, 100.0%, 50.0%
CMYK94%, 100%, 0%, 0%
HSV243.5°, 100.0%, 100.0%
LAB32.5, 79.3, -107.5
XYZ18.2, 7.3, 95.1
Decimal983295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.52:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00FF;
}
.text-color {
color: #0F00FF;
}
.border-color {
border: 2px solid #0F00FF;
}