#007CBD
A dark, vivid blue closely aligning with Steelblue.
About #007CBD
Visually, #007CBD is defined as a vivid blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(0, 124, 189).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 34% Magenta, 0% Yellow, and 26% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#007CBD
RGB0, 124, 189
HSL200.6°, 100.0%, 37.1%
CMYK100%, 34%, 0%, 26%
HSV200.6°, 100.0%, 74.1%
LAB49.6, -4.5, -42.0
XYZ16.4, 18.1, 50.8
Decimal31933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CBD;
}
.text-color {
color: #007CBD;
}
.border-color {
border: 2px solid #007CBD;
}