French Blue
#0072bb
French Blue, represented by the hex value #0072bb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0072bb | |
|---|---|---|
| RGB | rgb(0, 114, 187) | |
| HSL | hsl(203, 100%, 37%) | |
| CMYK | cmyk(100%, 39%, 0%, 27%) | |
| LAB | lab(46, -6, -47) | |
| OKLCH | oklch(0.54 0.142 247) |
Color harmonies
Tints & shades
Code snippets
color: #0072bb;
background-color: #0072bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0072BB)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.45, blue: 0.73, alpha: 1.0)