Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Dodger Blue·#1E90FF
Dodger Blue is a vivid CSS named color at #1E90FF that feels faster, lighter, and more interaction-driven than standard Blue or Royal Blue. Use it when you need a brighter action color for links, buttons, highlights, and modern interface states.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Dodger Blue behaves across action states, layered surfaces, and supporting accents.
Not every foreground and background pairing behaves the same. Use these checks to decide when white text, dark text, or the color itself should take the lead.
Best for reversed buttons, tabs, badges, and filled action surfaces.
Works for larger headings and selective UI blocks, but not for dense body copy.
Use this pairing when Dodger Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 5.30:1 against Dodger Blue, which is strong enough for body text and standard action surfaces.
Dodger Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Trust-building blues for enterprise and SaaS.
Reference-ready snippets for CSS variables, utility-first styling, and token exports.
:root {
--color-dodger-blue: #1E90FF;
--color-dodger-blue-rgb: 30 144 255;
}Drop into a global token file or CSS variable layer.
class="bg-[#1E90FF] text-white"
class="hover:bg-[#1668B8] ring-1 ring-[#1E90FF]"Direct utility usage for a fast prototype or content block.
{
"dodgerBlue": "#1E90FF",
"dodgerBlueRgb": [30, 144, 255],
"dodgerBlueHsl": [210, 100, 56]
}Useful for design token exports and API-driven theme objects.
Carry Dodger Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.