Shades of Cerulean Blue #214CBB
Tints of Cerulean Blue #214CBB
RGB
CMYK
RGB Variations
Color information
#214CBB (or 0x214CBB) is known color: Cerulean Blue. HEX triplet: 21, 4C and BB. RGB value is (33,76,187). Sum of RGB (Red+Green+Blue) = 33+76+187=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #214CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CBB is #DEB344. Grayscale: #4B4B4B. Windows color (decimal): -14594885 or 12274721. OLE color: 12274721.
HSL color Cylindrical-coordinate representation of color #214CBB: hue angle of 223.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214CBB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 76 | 187 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.27 |
| HSL | 223.25º | 0.7% | 0.43% | - |
| HSV(B) | 223.25º | 0.82% | 0.73% | - |
| XYZ | 12.18 | 9.08 | 48.12 | - |
| YUV | 75.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 187 | 0.82 | 0.59 | 0 | 0.27 | 223.25 | 0.7 | 0.43 |
| Hex | 21 | 4C | BB | 52 | 3B | 0 | 1B | DF | 46 | 2B |
| Octal | 41 | 114 | 273 | 122 | 73 | 0 | 33 | 337 | 106 | 53 |
| Binary | 100001 | 1001100 | 10111011 | 1010010 | 111011 | 0 | 11011 | 11011111 | 1000110 | 101011 |
Color Harmonies of #214CBB
Complementary color
Monochromatic Colors of #214CBB
Black with #214CBB
Text Example
Text Example
White with #214CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CBB; }
p { color: rgb(33,76,187); }
H1.HeaderClassName
{
color: #214CBB;
}
.AnyTagClassName
{
color: #214CBB;
}
</style>
background-color css
<style>
a { background-color: #214CBB; }
a { background-color: rgb(33,76,187); }
div.DivClassName
{
background-color: #214CBB;
}
.BgClassName
{
background-color: #214CBB;
}
</style>
border-color css
<style>
span { border-color: #214CBB; }
span { border-color: rgb(33,76,187); }
td.TdClassName
{
border-color: #214CBB;
}
.TagClassName
{
border-color: #214CBB;
}
</style>