#0792E2
A medium, vivid blue closely aligning with Cornflowerblue.
About #0792E2
Visually, #0792E2 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 7 red, 146 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 35% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0792E2
RGB7, 146, 226
HSL201.9°, 94.0%, 45.7%
CMYK97%, 35%, 0%, 11%
HSV201.9°, 96.9%, 88.6%
LAB58.1, -3.1, -49.4
XYZ24.1, 26.1, 75.7
Decimal496354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0792E2;
}
.text-color {
color: #0792E2;
}
.border-color {
border: 2px solid #0792E2;
}