#243ADB
A medium, vivid blue closely aligning with Mediumblue.
About #243ADB
The precise color #243ADB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(36, 58, 219).
Translating this color to physical media requires the CMYK color model. The color uses 84% Cyan, 74% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#243ADB
RGB36, 58, 219
HSL232.8°, 71.8%, 50.0%
CMYK84%, 74%, 0%, 14%
HSV232.8°, 83.6%, 85.9%
LAB35.0, 50.4, -82.9
XYZ15.0, 8.5, 67.9
Decimal2374363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243ADB;
}
.text-color {
color: #243ADB;
}
.border-color {
border: 2px solid #243ADB;
}