Royal Blue (Blue)
#4077EE
RGB: 64, 119, 238
Color OverviewHEX #4077EE
#4077EE Color Code Information
In the RGB color space, #4077EE is composed of 25% red, 47% green, and 93% blue. In the HSL color space, it has a hue of 221°, saturation of 84%, and lightness of 59%.
HEX
#4077EE
RGB
64, 119, 238
HSL
221°, 84%, 59%
HSV
221°, 73%, 93%
CMYK
73%, 50%, 0%, 7%
Name Match
Royal Blue
Closest StandardShades of #4077EE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #4077EE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #4077EE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #4077EE
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #4077EE Background
Contrast Ratio against Pure White (#FFFFFF):4.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4077EE Background
Contrast Ratio against Pure Black (#000000):5.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #4077EE;
}
.element {
color: #4077EE;
background-color: #4077EE;
border-color: #4077EE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#4077EE] text-[#4077EE] border-[#4077EE]"> Content styled with #4077EE </div>