#007CF8
A medium, vivid blue closely aligning with Royalblue.
About #007CF8
The hex code #007CF8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 0 red, 124 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 50% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#007CF8
RGB0, 124, 248
HSL210.0°, 100.0%, 48.6%
CMYK100%, 50%, 0%, 3%
HSV210.0°, 100.0%, 97.3%
LAB53.2, 18.6, -69.6
XYZ24.2, 21.2, 91.6
Decimal31992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007CF8;
}
.text-color {
color: #007CF8;
}
.border-color {
border: 2px solid #007CF8;
}