#2291F8
A medium, vivid blue closely aligning with Dodgerblue.
About #2291F8
The precise color #2291F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dodgerblue. In the RGB color space, it consists of 34 red, 145 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 86% cyan and 42% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2291F8
RGB34, 145, 248
HSL208.9°, 93.9%, 55.3%
CMYK86%, 42%, 0%, 3%
HSV208.9°, 86.3%, 97.3%
LAB59.3, 7.0, -59.7
XYZ27.7, 27.4, 92.6
Decimal2265592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2291F8;
}
.text-color {
color: #2291F8;
}
.border-color {
border: 2px solid #2291F8;
}