#0707FF
A medium, vivid blue closely aligning with Blue.
About #0707FF
At its core, #0707FF is a medium and vivid hue. Its closest recognized web color is Blue. Its digital footprint relies on 7 parts red, 7 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0707FF
RGB7, 7, 255
HSL240.0°, 100.0%, 51.4%
CMYK97%, 97%, 0%, 0%
HSV240.0°, 97.3%, 100.0%
LAB32.7, 78.2, -107.1
XYZ18.2, 7.4, 95.1
Decimal460799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.46:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.08:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707FF;
}
.text-color {
color: #0707FF;
}
.border-color {
border: 2px solid #0707FF;
}