#0707CC
A medium, vivid blue closely aligning with Mediumblue.
About #0707CC
Visually, #0707CC is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(7, 7, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 97% cyan, 97% magenta, 0% yellow, and 20% black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0707CC
RGB7, 7, 204
HSL240.0°, 93.4%, 41.4%
CMYK97%, 97%, 0%, 20%
HSV240.0°, 96.6%, 80.0%
LAB25.4, 65.5, -90.2
XYZ11.1, 4.6, 57.4
Decimal460748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.99:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.50:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707CC;
}
.text-color {
color: #0707CC;
}
.border-color {
border: 2px solid #0707CC;
}