Bluerocratic
#1f66ff
Bluerocratic is a color with the hex code #1f66ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #1f66ff | |
|---|---|---|
| RGB | rgb(31, 102, 255) | |
| HSL | hsl(221, 100%, 56%) | |
| CMYK | cmyk(88%, 60%, 0%, 0%) | |
| LAB | lab(47, 25, -83) | |
| OKLCH | oklch(0.57 0.238 263) |
Color harmonies
Tints & shades
Code snippets
color: #1f66ff;
background-color: #1f66ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF1F66FF)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.40, blue: 1.00, alpha: 1.0)