Blue Overdose
#0020ef
Blue Overdose, represented by the hex value #0020ef, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0020ef | |
|---|---|---|
| RGB | rgb(0, 32, 239) | |
| HSL | hsl(232, 100%, 47%) | |
| CMYK | cmyk(100%, 87%, 0%, 6%) | |
| LAB | lab(30, 57, -102) | |
| OKLCH | oklch(0.45 0.287 264) |
Color harmonies
Tints & shades
Code snippets
color: #0020ef;
background-color: #0020ef;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0020EF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.13, blue: 0.94, alpha: 1.0)