Harmony system

Dodger Blue Color Harmonies

Dodger Blue color harmonies are generated from #1E90FF with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Dodger Blue into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Dodger Blue sits in the blue family with cool temperature and vibrant tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceDodger Blue · #1E90FF
Groups6
Palette colors6
FamilyBlue

How the harmony works

Dodger Blue Harmony Guide

Dodger Blue harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Dodger Blue Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Dodger Blue.

AI-Ready Dataset v1.0.0
Luminance0.2744
Black text6.49:1AA Pass
White text3.24:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "dodger-blue",
  "name": "Dodger Blue",
  "hex": "#1E90FF",
  "url": "https://www.colorsencyclopedia.com/colors/dodger-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dodger-blue.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#FF8F1F",
        "name": "#FF8F1F",
        "slug": null,
        "rgb": [
          255,
          143,
          31
        ],
        "hsl": [
          30,
          100,
          56
        ],
        "cmyk": [
          0,
          44,
          88,
          0
        ],
        "luminance": 0.41,
        "contrast": {
          "black": 9.2,
          "white": 2.28
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff8f1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8f1f.json"
      }
    ],
    "anchor": "dodger-blue-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#1FFFFF",
        "name": "#1FFFFF",
        "slug": null,
        "rgb": [
          31,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          56
        ],
        "cmyk": [
          88,
          0,
          0,
          0
        ],
        "luminance": 0.7903,
        "contrast": {
          "black": 16.81,
          "white": 1.25
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/1fffff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1fffff.json"
      },
      {
        "hex": "#1F1FFF",
        "name": "#1F1FFF",
        "slug": null,
        "rgb": [
          31,
          31,
          255
        ],
        "hsl": [
          240,
          100,
          56
        ],
        "cmyk": [
          88,
          88,
          0,
          0
        ],
        "luminance": 0.0849,
        "contrast": {
          "black": 2.7,
          "white": 7.78
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/1f1fff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1f1fff.json"
      }
    ],
    "anchor": "dodger-blue-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#FF1F8F",
        "name": "#FF1F8F",
        "slug": null,
        "rgb": [
          255,
          31,
          143
        ],
        "hsl": [
          330,
          100,
          56
        ],
        "cmyk": [
          0,
          88,
          44,
          0
        ],
        "luminance": 0.2422,
        "contrast": {
          "black": 5.84,
          "white": 3.59
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff1f8f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1f8f.json"
      },
      {
        "hex": "#8FFF1F",
        "name": "#8FFF1F",
        "slug": null,
        "rgb": [
          143,
          255,
          31
        ],
        "hsl": [
          90,
          100,
          56
        ],
        "cmyk": [
          44,
          0,
          88,
          0
        ],
        "luminance": 0.7746,
        "contrast": {
          "black": 16.49,
          "white": 1.27
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/8fff1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8fff1f.json"
      }
    ],
    "anchor": "dodger-blue-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#FF1FFF",
        "name": "#FF1FFF",
        "slug": null,
        "rgb": [
          255,
          31,
          255
        ],
        "hsl": [
          300,
          100,
          56
        ],
        "cmyk": [
          0,
          88,
          0,
          0
        ],
        "luminance": 0.2946,
        "contrast": {
          "black": 6.89,
          "white": 3.05
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff1fff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1fff.json"
      },
      {
        "hex": "#FF8F1F",
        "name": "#FF8F1F",
        "slug": null,
        "rgb": [
          255,
          143,
          31
        ],
        "hsl": [
          30,
          100,
          56
        ],
        "cmyk": [
          0,
          44,
          88,
          0
        ],
        "luminance": 0.41,
        "contrast": {
          "black": 9.2,
          "white": 2.28
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff8f1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8f1f.json"
      },
      {
        "hex": "#1FFF1F",
        "name": "#1FFF1F",
        "slug": null,
        "rgb": [
          31,
          255,
          31
        ],
        "hsl": [
          120,
          100,
          56
        ],
        "cmyk": [
          88,
          0,
          88,
          0
        ],
        "luminance": 0.7191,
        "contrast": {
          "black": 15.38,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/1fff1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1fff1f.json"
      }
    ],
    "anchor": "dodger-blue-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#FF1F1F",
        "name": "#FF1F1F",
        "slug": null,
        "rgb": [
          255,
          31,
          31
        ],
        "hsl": [
          0,
          100,
          56
        ],
        "cmyk": [
          0,
          88,
          88,
          0
        ],
        "luminance": 0.2234,
        "contrast": {
          "black": 5.47,
          "white": 3.84
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff1f1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1f1f.json"
      },
      {
        "hex": "#FFFF1F",
        "name": "#FFFF1F",
        "slug": null,
        "rgb": [
          255,
          255,
          31
        ],
        "hsl": [
          60,
          100,
          56
        ],
        "cmyk": [
          0,
          0,
          88,
          0
        ],
        "luminance": 0.9288,
        "contrast": {
          "black": 19.58,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffff1f/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffff1f.json"
      }
    ],
    "anchor": "dodger-blue-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#7ABDFF",
        "name": "#7ABDFF",
        "slug": null,
        "rgb": [
          122,
          189,
          255
        ],
        "hsl": [
          210,
          100,
          74
        ],
        "cmyk": [
          52,
          26,
          0,
          0
        ],
        "luminance": 0.4775,
        "contrast": {
          "black": 10.55,
          "white": 1.99
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/7abdff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7abdff.json"
      },
      {
        "hex": "#1E90FF",
        "name": "Dodger Blue",
        "slug": "dodger-blue",
        "rgb": [
          30,
          144,
          255
        ],
        "hsl": [
          210,
          100,
          56
        ],
        "cmyk": [
          88,
          44,
          0,
          0
        ],
        "luminance": 0.2744,
        "contrast": {
          "black": 6.49,
          "white": 3.24
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/dodger-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dodger-blue.json"
      },
      {
        "hex": "#0061C2",
        "name": "#0061C2",
        "slug": null,
        "rgb": [
          0,
          97,
          194
        ],
        "hsl": [
          210,
          100,
          38
        ],
        "cmyk": [
          100,
          50,
          0,
          24
        ],
        "luminance": 0.1244,
        "contrast": {
          "black": 3.49,
          "white": 6.02
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0061c2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0061c2.json"
      }
    ],
    "anchor": "dodger-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#1E90FF",
  "#FF8F1F",
  "#1FFFFF",
  "#1F1FFF",
  "#7ABDFF",
  "#0061C2"
]
Accessibility notes
[
  "Black contrast on Dodger Blue: 6.49:1",
  "White contrast on Dodger Blue: 3.24:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-dodger-blue: #1E90FF;\n  --dodger-blue-complementary-1: #FF8F1F;\n  --dodger-blue-analogous-1: #1FFFFF;\n  --dodger-blue-analogous-2: #1F1FFF;\n  --dodger-blue-triadic-1: #FF1F8F;\n  --dodger-blue-triadic-2: #8FFF1F;\n  --dodger-blue-tetradic-1: #FF1FFF;\n  --dodger-blue-tetradic-2: #FF8F1F;\n  --dodger-blue-tetradic-3: #1FFF1F;\n  --dodger-blue-split-complementary-1: #FF1F1F;\n  --dodger-blue-split-complementary-2: #FFFF1F;\n  --dodger-blue-monochromatic-1: #7ABDFF;\n  --dodger-blue-monochromatic-2: #1E90FF;\n  --dodger-blue-monochromatic-3: #0061C2;\n}\n\n.palette-dodger-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #1E90FF, #FF8F1F, #1FFFFF, #1F1FFF, #7ABDFF, #0061C2);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dodger-blue",
  "name": "Dodger Blue",
  "hex": "#1E90FF",
  "rgb": [
    30,
    144,
    255
  ],
  "hsl": [
    210,
    100,
    56
  ],
  "cmyk": [
    88,
    44,
    0,
    0
  ],
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.2744,
  "contrast": {
    "black": 6.49,
    "white": 3.24
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "dodger-blue",
    "name": "Dodger Blue",
    "hex": "#1E90FF",
    "url": "https://www.colorsencyclopedia.com/colors/dodger-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dodger-blue.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#FF8F1F",
          "name": "#FF8F1F",
          "slug": null,
          "rgb": [
            255,
            143,
            31
          ],
          "hsl": [
            30,
            100,
            56
          ],
          "cmyk": [
            0,
            44,
            88,
            0
          ],
          "luminance": 0.41,
          "contrast": {
            "black": 9.2,
            "white": 2.28
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff8f1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8f1f.json"
        }
      ],
      "anchor": "dodger-blue-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#1FFFFF",
          "name": "#1FFFFF",
          "slug": null,
          "rgb": [
            31,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            56
          ],
          "cmyk": [
            88,
            0,
            0,
            0
          ],
          "luminance": 0.7903,
          "contrast": {
            "black": 16.81,
            "white": 1.25
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/1fffff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1fffff.json"
        },
        {
          "hex": "#1F1FFF",
          "name": "#1F1FFF",
          "slug": null,
          "rgb": [
            31,
            31,
            255
          ],
          "hsl": [
            240,
            100,
            56
          ],
          "cmyk": [
            88,
            88,
            0,
            0
          ],
          "luminance": 0.0849,
          "contrast": {
            "black": 2.7,
            "white": 7.78
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/1f1fff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1f1fff.json"
        }
      ],
      "anchor": "dodger-blue-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#FF1F8F",
          "name": "#FF1F8F",
          "slug": null,
          "rgb": [
            255,
            31,
            143
          ],
          "hsl": [
            330,
            100,
            56
          ],
          "cmyk": [
            0,
            88,
            44,
            0
          ],
          "luminance": 0.2422,
          "contrast": {
            "black": 5.84,
            "white": 3.59
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff1f8f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1f8f.json"
        },
        {
          "hex": "#8FFF1F",
          "name": "#8FFF1F",
          "slug": null,
          "rgb": [
            143,
            255,
            31
          ],
          "hsl": [
            90,
            100,
            56
          ],
          "cmyk": [
            44,
            0,
            88,
            0
          ],
          "luminance": 0.7746,
          "contrast": {
            "black": 16.49,
            "white": 1.27
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/8fff1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8fff1f.json"
        }
      ],
      "anchor": "dodger-blue-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#FF1FFF",
          "name": "#FF1FFF",
          "slug": null,
          "rgb": [
            255,
            31,
            255
          ],
          "hsl": [
            300,
            100,
            56
          ],
          "cmyk": [
            0,
            88,
            0,
            0
          ],
          "luminance": 0.2946,
          "contrast": {
            "black": 6.89,
            "white": 3.05
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff1fff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1fff.json"
        },
        {
          "hex": "#FF8F1F",
          "name": "#FF8F1F",
          "slug": null,
          "rgb": [
            255,
            143,
            31
          ],
          "hsl": [
            30,
            100,
            56
          ],
          "cmyk": [
            0,
            44,
            88,
            0
          ],
          "luminance": 0.41,
          "contrast": {
            "black": 9.2,
            "white": 2.28
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff8f1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff8f1f.json"
        },
        {
          "hex": "#1FFF1F",
          "name": "#1FFF1F",
          "slug": null,
          "rgb": [
            31,
            255,
            31
          ],
          "hsl": [
            120,
            100,
            56
          ],
          "cmyk": [
            88,
            0,
            88,
            0
          ],
          "luminance": 0.7191,
          "contrast": {
            "black": 15.38,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/1fff1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/1fff1f.json"
        }
      ],
      "anchor": "dodger-blue-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#FF1F1F",
          "name": "#FF1F1F",
          "slug": null,
          "rgb": [
            255,
            31,
            31
          ],
          "hsl": [
            0,
            100,
            56
          ],
          "cmyk": [
            0,
            88,
            88,
            0
          ],
          "luminance": 0.2234,
          "contrast": {
            "black": 5.47,
            "white": 3.84
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff1f1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff1f1f.json"
        },
        {
          "hex": "#FFFF1F",
          "name": "#FFFF1F",
          "slug": null,
          "rgb": [
            255,
            255,
            31
          ],
          "hsl": [
            60,
            100,
            56
          ],
          "cmyk": [
            0,
            0,
            88,
            0
          ],
          "luminance": 0.9288,
          "contrast": {
            "black": 19.58,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffff1f/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffff1f.json"
        }
      ],
      "anchor": "dodger-blue-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#7ABDFF",
          "name": "#7ABDFF",
          "slug": null,
          "rgb": [
            122,
            189,
            255
          ],
          "hsl": [
            210,
            100,
            74
          ],
          "cmyk": [
            52,
            26,
            0,
            0
          ],
          "luminance": 0.4775,
          "contrast": {
            "black": 10.55,
            "white": 1.99
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/7abdff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7abdff.json"
        },
        {
          "hex": "#1E90FF",
          "name": "Dodger Blue",
          "slug": "dodger-blue",
          "rgb": [
            30,
            144,
            255
          ],
          "hsl": [
            210,
            100,
            56
          ],
          "cmyk": [
            88,
            44,
            0,
            0
          ],
          "luminance": 0.2744,
          "contrast": {
            "black": 6.49,
            "white": 3.24
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/dodger-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dodger-blue.json"
        },
        {
          "hex": "#0061C2",
          "name": "#0061C2",
          "slug": null,
          "rgb": [
            0,
            97,
            194
          ],
          "hsl": [
            210,
            100,
            38
          ],
          "cmyk": [
            100,
            50,
            0,
            24
          ],
          "luminance": 0.1244,
          "contrast": {
            "black": 3.49,
            "white": 6.02
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0061c2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0061c2.json"
        }
      ],
      "anchor": "dodger-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#1E90FF",
    "#FF8F1F",
    "#1FFFFF",
    "#1F1FFF",
    "#7ABDFF",
    "#0061C2"
  ],
  "semanticGroups": [
    "blue harmony",
    "cool harmony",
    "vibrant harmony",
    "dodger blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dodger Blue: 6.49:1",
    "White contrast on Dodger Blue: 3.24:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dodger-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/dodger-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/1e90ff.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dodger-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dodger-blue.json",
  "cssSnippet": ":root {\n  --color-dodger-blue: #1E90FF;\n  --dodger-blue-complementary-1: #FF8F1F;\n  --dodger-blue-analogous-1: #1FFFFF;\n  --dodger-blue-analogous-2: #1F1FFF;\n  --dodger-blue-triadic-1: #FF1F8F;\n  --dodger-blue-triadic-2: #8FFF1F;\n  --dodger-blue-tetradic-1: #FF1FFF;\n  --dodger-blue-tetradic-2: #FF8F1F;\n  --dodger-blue-tetradic-3: #1FFF1F;\n  --dodger-blue-split-complementary-1: #FF1F1F;\n  --dodger-blue-split-complementary-2: #FFFF1F;\n  --dodger-blue-monochromatic-1: #7ABDFF;\n  --dodger-blue-monochromatic-2: #1E90FF;\n  --dodger-blue-monochromatic-3: #0061C2;\n}\n\n.palette-dodger-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #1E90FF, #FF8F1F, #1FFFFF, #1F1FFF, #7ABDFF, #0061C2);\n}"
}

CSS Harmony Tokens

Use these tokens when Dodger Blue needs a complete palette system instead of a single color variable.

:root {
  --color-dodger-blue: #1E90FF;
  --dodger-blue-complementary-1: #FF8F1F;
  --dodger-blue-analogous-1: #1FFFFF;
  --dodger-blue-analogous-2: #1F1FFF;
  --dodger-blue-triadic-1: #FF1F8F;
  --dodger-blue-triadic-2: #8FFF1F;
  --dodger-blue-tetradic-1: #FF1FFF;
  --dodger-blue-tetradic-2: #FF8F1F;
  --dodger-blue-tetradic-3: #1FFF1F;
  --dodger-blue-split-complementary-1: #FF1F1F;
  --dodger-blue-split-complementary-2: #FFFF1F;
  --dodger-blue-monochromatic-1: #7ABDFF;
  --dodger-blue-monochromatic-2: #1E90FF;
  --dodger-blue-monochromatic-3: #0061C2;
}

.palette-dodger-blue-harmony {
  color: #111827;
  background: linear-gradient(135deg, #1E90FF, #FF8F1F, #1FFFFF, #1F1FFF, #7ABDFF, #0061C2);
}

Dodger Blue Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorDodger Blue · #1E90FF
#FF8F1F#FF8F1F
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorDodger Blue · #1E90FF
#1FFFFF#1FFFFF
#1F1FFF#1F1FFF
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorDodger Blue · #1E90FF
#FF1F8F#FF1F8F
#8FFF1F#8FFF1F
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorDodger Blue · #1E90FF
#FF1FFF#FF1FFF
#FF8F1F#FF8F1F
#1FFF1F#1FFF1F
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorDodger Blue · #1E90FF
#FF1F1F#FF1F1F
#FFFF1F#FFFF1F
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDodger Blue · #1E90FF
#7ABDFF#7ABDFF
Dodger Blue#1E90FF
#0061C2#0061C2