Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Blue·#0000FF
Blue is the canonical CSS named blue at #0000FF. It is more saturated and absolute than Royal Blue, making it useful when you need a direct digital primary, a legacy web reference, or an unmistakable link-state blue.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how 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 Blue becomes the link, icon, border, or emphasis color on very light surfaces.
White text reaches 8.59:1 against Blue, which is strong enough for body text and standard action surfaces.
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-blue: #0000FF;
--color-blue-rgb: 0 0 255;
}Drop into a global token file or CSS variable layer.
class="bg-[#0000FF] text-white"
class="hover:bg-[#0000B8] ring-1 ring-[#0000FF]"Direct utility usage for a fast prototype or content block.
{
"blue": "#0000FF",
"blueRgb": [0, 0, 255],
"blueHsl": [240, 100, 50]
}Useful for design token exports and API-driven theme objects.
Carry Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.