#0700C5
A dark, vivid blue closely aligning with Mediumblue.
About #0700C5
At its core, #0700C5 is a dark and vivid hue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(7, 0, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 100% Magenta, 0% Yellow, and 23% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0700C5
RGB7, 0, 197
HSL242.1°, 100.0%, 38.6%
CMYK96%, 100%, 0%, 23%
HSV242.1°, 100.0%, 77.3%
LAB23.9, 65.3, -88.6
XYZ10.2, 4.1, 53.1
Decimal458949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.57:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.06:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700C5;
}
.text-color {
color: #0700C5;
}
.border-color {
border: 2px solid #0700C5;
}