#007CF0
A medium, vivid blue closely aligning with Dodgerblue.
About #007CF0
Visually, #007CF0 is defined as a vivid blue. Designers often compare it to the standard color Dodgerblue. This translates to an RGB value of rgb(0, 124, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 48% M, 0% Y, and 6% K. With a hue angle of 209.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#007CF0
RGB0, 124, 240
HSL209.0°, 100.0%, 47.1%
CMYK100%, 48%, 0%, 6%
HSV209.0°, 100.0%, 94.1%
LAB52.6, 15.5, -66.0
XYZ22.9, 20.7, 85.2
Decimal31984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CF0;
}
.text-color {
color: #007CF0;
}
.border-color {
border: 2px solid #007CF0;
}