Dodger Blue (Blue)
#0A60F5
RGB: 10, 96, 245
Color OverviewHEX #0A60F5

#0A60F5 Color Code Information

In the RGB color space, #0A60F5 is composed of 4% red, 38% green, and 96% blue. In the HSL color space, it has a hue of 218°, saturation of 92%, and lightness of 50%.

HEX
#0A60F5
RGB
10, 96, 245
HSL
218°, 92%, 50%
HSV
218°, 96%, 96%
CMYK
96%, 61%, 0%, 4%
Name Match
Dodger Blue
Closest Standard

Shades of #0A60F5 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #0A60F5 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #0A60F5 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #0A60F5

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #0A60F5 Background
Contrast Ratio against Pure White (#FFFFFF):5.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0A60F5 Background
Contrast Ratio against Pure Black (#000000):4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #0A60F5;
}

.element {
  color: #0A60F5;
  background-color: #0A60F5;
  border-color: #0A60F5;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#0A60F5] text-[#0A60F5] border-[#0A60F5]">
  Content styled with #0A60F5
</div>