#007CA8
A dark, vivid blue closely aligning with Steelblue.
About #007CA8
Visually, #007CA8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 0 red, 124 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 26% magenta, 0% yellow, and 34% black. With a hue angle of 195.7 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#007CA8
RGB0, 124, 168
HSL195.7°, 100.0%, 32.9%
CMYK100%, 26%, 0%, 34%
HSV195.7°, 100.0%, 65.9%
LAB48.6, -12.5, -31.5
XYZ14.3, 17.2, 39.6
Decimal31912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CA8;
}
.text-color {
color: #007CA8;
}
.border-color {
border: 2px solid #007CA8;
}