Blue Screen of Death
#0033bb
Here's everything about the color Blue Screen of Death (#0033bb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0033bb | |
|---|---|---|
| RGB | rgb(0, 51, 187) | |
| HSL | hsl(224, 100%, 37%) | |
| CMYK | cmyk(100%, 73%, 0%, 27%) | |
| LAB | lab(28, 33, -76) | |
| OKLCH | oklch(0.41 0.215 263) |
Color harmonies
Tints & shades
Code snippets
color: #0033bb;
background-color: #0033bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0033BB)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.20, blue: 0.73, alpha: 1.0)