#0700DB
A medium, vivid blue closely aligning with Mediumblue.
About #0700DB
When working with digital screens, the color #0700DB is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 0, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 100% M, 0% Y, and 14% K. With a hue angle of 241.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0700DB
RGB7, 0, 219
HSL241.9°, 100.0%, 42.9%
CMYK97%, 100%, 0%, 14%
HSV241.9°, 100.0%, 85.9%
LAB27.2, 70.6, -95.9
XYZ12.9, 5.2, 67.3
Decimal458971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.34:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.88:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700DB;
}
.text-color {
color: #0700DB;
}
.border-color {
border: 2px solid #0700DB;
}