#0700CC
A medium, vivid blue closely aligning with Mediumblue.
About #0700CC
The hex code #0700CC represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(7, 0, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 100% Magenta, 0% Yellow, and 20% Black. With a hue angle of 242.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0700CC
RGB7, 0, 204
HSL242.1°, 100.0%, 40.0%
CMYK97%, 100%, 0%, 20%
HSV242.1°, 100.0%, 80.0%
LAB25.0, 67.0, -90.9
XYZ11.0, 4.4, 57.4
Decimal458956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.16:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.67:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700CC;
}
.text-color {
color: #0700CC;
}
.border-color {
border: 2px solid #0700CC;
}