#007CC5
A dark, vivid blue closely aligning with Steelblue.
About #007CC5
The hex code #007CC5 represents a beautifully specific shade of blue. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 124, and 197.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 37% magenta, 0% yellow, and 23% black. The HSL representation is 202.2° hue, 100.0% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007CC5
RGB0, 124, 197
HSL202.2°, 100.0%, 38.6%
CMYK100%, 37%, 0%, 23%
HSV202.2°, 100.0%, 77.3%
LAB50.0, -1.3, -45.9
XYZ17.3, 18.4, 55.5
Decimal31941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CC5;
}
.text-color {
color: #007CC5;
}
.border-color {
border: 2px solid #007CC5;
}