Dodger Blue sits in the blue family, with the hex code #1E90FF mapping to rgb(30, 144, 255) in RGB and hsl(209.6, 100%, 55.9%) in HSL. In OKLCH it carries 65% perceptual lightness and 0.190 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Blue is the most globally trusted hue and dominates the world's top brand logos for a reason — it lowers heart rate, signals stability and translates across cultures with the fewest negative connotations. It is the safe default of digital products, which is also its biggest design risk.
Blue is the most globally trusted hue and dominates the world's top brand logos for a reason — it lowers heart rate, signals stability and translates across cultures with the fewest negative connotations. It is the safe default of digital products, which is also its biggest design risk.
Pure blue links on dark backgrounds frequently fail AA — consider a lighter blue (≥ 70% L in OKLCH) or an underline. Avoid pure blue on pure red: the chromatic aberration is uncomfortable for most viewers.
#1E90FFrgb(30, 144, 255)hsl(209.6, 100%, 55.9%)hsv(209.6, 88.2%, 100%)lch(58.36% 64.79 270.79)oklch(65.2% 0.1901 253.21)lab(58.36% 0.89 -64.78):root {
--color: #1e90ff;
--color-rgb: rgb(30, 144, 255);
--color-hsl: hsl(209.6, 100%, 55.9%);
--color-oklch: oklch(65.2% 0.1901 253.21);
}How dodger blue performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing dodger blue with progressively more white.
Shades are produced by mixing dodger blue with progressively more black.
Tones are produced by mixing dodger blue with progressively more gray, lowering chroma while keeping lightness.