Royal Blue (Blue)
#2463EB
RGB: 36, 99, 235
Color OverviewHEX #2463EB
#2463EB Color Code Information
In the RGB color space, #2463EB is composed of 14% red, 39% green, and 92% blue. In the HSL color space, it has a hue of 221°, saturation of 83%, and lightness of 53%.
HEX
#2463EB
RGB
36, 99, 235
HSL
221°, 83%, 53%
HSV
221°, 85%, 92%
CMYK
85%, 58%, 0%, 8%
Name Match
Royal Blue
Closest StandardShades of #2463EB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #2463EB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #2463EB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #2463EB
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 #2463EB Background
Contrast Ratio against Pure White (#FFFFFF):5.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2463EB Background
Contrast Ratio against Pure Black (#000000):4.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #2463EB;
}
.element {
color: #2463EB;
background-color: #2463EB;
border-color: #2463EB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#2463EB] text-[#2463EB] border-[#2463EB]"> Content styled with #2463EB </div>