#007CE2
A medium, vivid blue closely aligning with Dodgerblue.
About #007CE2
The hex code #007CE2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(0, 124, 226).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 45% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#007CE2
RGB0, 124, 226
HSL207.1°, 100.0%, 44.3%
CMYK100%, 45%, 0%, 11%
HSV207.1°, 100.0%, 88.6%
LAB51.7, 10.0, -59.6
XYZ20.9, 19.9, 74.7
Decimal31970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CE2;
}
.text-color {
color: #007CE2;
}
.border-color {
border: 2px solid #007CE2;
}