#3A6DF0
A medium, vivid blue closely aligning with Royalblue.
About #3A6DF0
The hex code #3A6DF0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 109, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 76% Cyan, 55% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A6DF0
RGB58, 109, 240
HSL223.2°, 85.8%, 58.4%
CMYK76%, 55%, 0%, 6%
HSV223.2°, 75.8%, 94.1%
LAB49.7, 28.3, -70.8
XYZ22.9, 18.1, 84.7
Decimal3829232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6DF0;
}
.text-color {
color: #3A6DF0;
}
.border-color {
border: 2px solid #3A6DF0;
}