#2D9EFB
A medium, vivid blue closely aligning with Cornflowerblue.
About #2D9EFB
Visually, #2D9EFB is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 45, 158, and 251.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 82% cyan and 37% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2D9EFB
RGB45, 158, 251
HSL207.1°, 96.3%, 58.0%
CMYK82%, 37%, 0%, 2%
HSV207.1°, 82.1%, 98.4%
LAB63.3, 1.2, -54.9
XYZ30.7, 32.0, 95.8
Decimal2989819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2D9EFB;
}
.text-color {
color: #2D9EFB;
}
.border-color {
border: 2px solid #2D9EFB;
}