#243AF0
A medium, vivid blue closely aligning with Mediumblue.
About #243AF0
Visually, #243AF0 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 58, and 240.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 76% magenta inks. The HSL representation is 233.5° hue, 87.2% saturation, and 54.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#243AF0
RGB36, 58, 240
HSL233.5°, 87.2%, 54.1%
CMYK85%, 76%, 0%, 6%
HSV233.5°, 85.0%, 94.1%
LAB37.3, 57.3, -91.1
XYZ18.0, 9.7, 83.4
Decimal2374384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.15:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.83:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243AF0;
}
.text-color {
color: #243AF0;
}
.border-color {
border: 2px solid #243AF0;
}