Blue Ribbon
#0066ff
Here's everything about the color Blue Ribbon (#0066ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0066ff | |
|---|---|---|
| RGB | rgb(0, 102, 255) | |
| HSL | hsl(216, 100%, 50%) | |
| CMYK | cmyk(100%, 60%, 0%, 0%) | |
| LAB | lab(46, 24, -84) | |
| OKLCH | oklch(0.56 0.241 261) |
Color harmonies
Tints & shades
Code snippets
color: #0066ff;
background-color: #0066ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF0066FF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.40, blue: 1.00, alpha: 1.0)