#0707E2
A medium, vivid blue closely aligning with Mediumblue.
About #0707E2
At its core, #0707E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 7 red, 7 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 97% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0707E2
RGB7, 7, 226
HSL240.0°, 94.0%, 45.7%
CMYK97%, 97%, 0%, 11%
HSV240.0°, 96.9%, 88.6%
LAB28.6, 71.1, -97.6
XYZ13.9, 5.7, 72.3
Decimal460770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.82:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.39:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707E2;
}
.text-color {
color: #0707E2;
}
.border-color {
border: 2px solid #0707E2;
}