#006DF0
A medium, vivid blue closely aligning with Royalblue.
About #006DF0
Visually, #006DF0 is defined as a vivid blue. Its closest recognized web color is Royalblue. In the RGB color space, it consists of 0 red, 109 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 55% Magenta, 0% Yellow, and 6% Black. With a hue angle of 212.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#006DF0
RGB0, 109, 240
HSL212.8°, 100.0%, 47.1%
CMYK100%, 55%, 0%, 6%
HSV212.8°, 100.0%, 94.1%
LAB48.5, 25.0, -72.6
XYZ21.2, 17.2, 84.6
Decimal28144
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: #006DF0;
}
.text-color {
color: #006DF0;
}
.border-color {
border: 2px solid #006DF0;
}