#0F07FF
A medium, vivid blue closely aligning with Blue.
About #0F07FF
Visually, #0F07FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 15 red, 7 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 97% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F07FF
RGB15, 7, 255
HSL241.9°, 100.0%, 51.4%
CMYK94%, 97%, 0%, 0%
HSV241.9°, 97.3%, 100.0%
LAB32.9, 78.2, -106.9
XYZ18.3, 7.5, 95.1
Decimal985087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.42:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.05:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F07FF;
}
.text-color {
color: #0F07FF;
}
.border-color {
border: 2px solid #0F07FF;
}