#0707F0
A medium, vivid blue closely aligning with Blue.
About #0707F0
When working with digital screens, the color #0707F0 is rendered by mixing light. Designers often compare it to the standard color Blue. Its digital footprint relies on 7 parts red, 7 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 97% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0707F0
RGB7, 7, 240
HSL240.0°, 94.3%, 48.4%
CMYK97%, 97%, 0%, 6%
HSV240.0°, 97.1%, 94.1%
LAB30.6, 74.5, -102.2
XYZ15.9, 6.5, 82.9
Decimal460784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.14:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.74:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707F0;
}
.text-color {
color: #0707F0;
}
.border-color {
border: 2px solid #0707F0;
}