Named color

Anodized Blue

Anodized Blue is a vibrant and jewel tone blue color with HEX #0066CC. According to Colors Encyclopedia, it has RGB 0, 102, 204, HSL 210, 100%, 40%, cool temperature, and is useful for industrial design, safety systems, and hardware palettes.

HEX #0066CC
RGB rgb(0, 102, 204)
HSL hsl(210 100% 40%)
CMYK cmyk(100, 50, 0, 20)
Luminance 0.1386
Contrast Black 3.77:1White 5.57:1

CSS Utilities

--color-anodized-blue: #0066CC;
.bg-anodized-blue { background-color: #0066CC; }
.text-anodized-blue { color: #0066CC; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1386
Black text3.77:1AA Fail
White text5.57:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#0066CC",
  "rgb": [
    0,
    102,
    204
  ],
  "hsl": [
    210,
    100,
    40
  ],
  "cmyk": [
    100,
    50,
    0,
    20
  ],
  "luminance": 0.1386,
  "contrast": {
    "black": 3.77,
    "white": 5.57
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#CC6600",
  "analogous": [
    "#00CCCC",
    "#0000CC"
  ],
  "triadic": [
    "#CC0066",
    "#66CC00"
  ],
  "tetradic": [
    "#CC00CC",
    "#CC6600",
    "#00CC00"
  ],
  "splitComplementary": [
    "#CC0000",
    "#CCCC00"
  ],
  "monochromatic": [
    "#2994FF",
    "#0066CC",
    "#003870"
  ]
}
Variants
{
  "light": "#2994FF",
  "dark": "#003870",
  "saturated": "#0066CC",
  "desaturated": "#1666B6",
  "pastel": "#5AA6F2",
  "neon": "#007AF5"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#CC6600",
    "#00CCCC",
    "#0000CC"
  ],
  "avoid": [
    "#1666B6",
    "#2994FF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#2994FF",
    "#1666B6"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "ocean-blue",
    "signal-blue",
    "denim",
    "sapphire",
    "safety-blue"
  ],
  "generatedPalettes": [
    "anodized-blue"
  ],
  "generatedComparisons": [
    "anodized-blue-vs-ocean-blue",
    "anodized-blue-vs-signal-blue"
  ],
  "relatedFamilies": [
    "/colors/by-family/blue",
    "/colors/by-temperature/cool",
    "/colors/by-tone/vibrant",
    "/colors/by-tone/jewel-tone"
  ],
  "relatedTools": [
    "/harmonies/anodized-blue",
    "/wcag/anodized-blue",
    "/css/colors/anodized-blue",
    "/hex/0066cc"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/blue",
      "/colors/by-temperature/cool",
      "/colors/by-tone/vibrant",
      "/colors/by-tone/jewel-tone"
    ],
    "narrower": [
      "/palettes/anodized-blue"
    ],
    "related": [
      "/colors/ocean-blue",
      "/colors/signal-blue",
      "/colors/denim",
      "/colors/sapphire",
      "/colors/safety-blue",
      "/compare/anodized-blue-vs-ocean-blue",
      "/compare/anodized-blue-vs-signal-blue",
      "/harmonies/anodized-blue",
      "/wcag/anodized-blue",
      "/css/colors/anodized-blue",
      "/hex/0066cc"
    ]
  }
}
Full JSON dataset
{
  "slug": "anodized-blue",
  "name": "Anodized Blue",
  "hex": "#0066CC",
  "uses": [
    "industrial design",
    "safety systems",
    "hardware palettes"
  ],
  "psychology": {
    "associations": [
      "utility",
      "visibility",
      "precision"
    ],
    "contexts": [
      "transportation",
      "tools",
      "hardware",
      "signage"
    ],
    "avoidIn": [
      "soft wellness palettes"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
  },
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "vibrant",
    "jewel-tone"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "blue",
    "cool",
    "vibrant",
    "jewel-tone",
    "industrial-design",
    "safety-systems",
    "hardware-palettes",
    "utility",
    "visibility",
    "precision"
  ],
  "popularity": 84,
  "rgb": [
    0,
    102,
    204
  ],
  "hsl": [
    210,
    100,
    40
  ],
  "cmyk": [
    100,
    50,
    0,
    20
  ],
  "luminance": 0.1386,
  "contrast": {
    "black": 3.77,
    "white": 5.57
  },
  "harmonies": {
    "complementary": "#CC6600",
    "analogous": [
      "#00CCCC",
      "#0000CC"
    ],
    "triadic": [
      "#CC0066",
      "#66CC00"
    ],
    "tetradic": [
      "#CC00CC",
      "#CC6600",
      "#00CC00"
    ],
    "splitComplementary": [
      "#CC0000",
      "#CCCC00"
    ],
    "monochromatic": [
      "#2994FF",
      "#0066CC",
      "#003870"
    ]
  },
  "variants": {
    "light": "#2994FF",
    "dark": "#003870",
    "saturated": "#0066CC",
    "desaturated": "#1666B6",
    "pastel": "#5AA6F2",
    "neon": "#007AF5"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-anodized-blue: #0066CC;",
    "utility": ".bg-anodized-blue { background-color: #0066CC; }",
    "textUtility": ".text-anodized-blue { color: #0066CC; }"
  },
  "nearestColors": [
    "ocean-blue",
    "signal-blue",
    "denim",
    "sapphire",
    "safety-blue"
  ],
  "generatedPalettes": [
    "anodized-blue"
  ],
  "generatedComparisons": [
    "anodized-blue-vs-ocean-blue",
    "anodized-blue-vs-signal-blue"
  ],
  "relatedFamilies": [
    "/colors/by-family/blue",
    "/colors/by-temperature/cool",
    "/colors/by-tone/vibrant",
    "/colors/by-tone/jewel-tone"
  ],
  "relatedTools": [
    "/harmonies/anodized-blue",
    "/wcag/anodized-blue",
    "/css/colors/anodized-blue",
    "/hex/0066cc"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/blue",
      "/colors/by-temperature/cool",
      "/colors/by-tone/vibrant",
      "/colors/by-tone/jewel-tone"
    ],
    "narrower": [
      "/palettes/anodized-blue"
    ],
    "related": [
      "/colors/ocean-blue",
      "/colors/signal-blue",
      "/colors/denim",
      "/colors/sapphire",
      "/colors/safety-blue",
      "/compare/anodized-blue-vs-ocean-blue",
      "/compare/anodized-blue-vs-signal-blue",
      "/harmonies/anodized-blue",
      "/wcag/anodized-blue",
      "/css/colors/anodized-blue",
      "/hex/0066cc"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#CC6600",
      "#00CCCC",
      "#0000CC"
    ],
    "avoid": [
      "#1666B6",
      "#2994FF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#2994FF",
      "#1666B6"
    ]
  }
}

Color meaning and use

About Anodized Blue Color

Anodized Blue sits in the blue family with cool temperature and vibrant and jewel tone visual character. Anodized Blue is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include utility, visibility, and precision, which makes it relevant for transportation and tools. In design work, Anodized Blue is most useful for industrial design, safety systems, and hardware palettes, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Anodized Blue against black and white text.

Black text3.77:1AA Fail
White text5.57:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#CC6600#CC6600
Robin Egg Blue#00CCCC
#0000CC#0000CC
#CC0066#CC0066
#66CC00#66CC00

Variants

#2994FF#2994FF
#003870#003870
Anodized Blue#0066CC
#1666B6#1666B6
#5AA6F2#5AA6F2
#007AF5#007AF5

Pairings

White#FFFFFF
#CC6600#CC6600
Robin Egg Blue#00CCCC
#0000CC#0000CC
Matte Black#1A1A1A
White Smoke#F5F5F5