Shades of Cerulean Blue #215ACC
Tints of Cerulean Blue #215ACC
RGB
CMYK
RGB Variations
Color information
#215ACC (or 0x215ACC) is known color: Cerulean Blue. HEX triplet: 21, 5A and CC. RGB value is (33,90,204). Sum of RGB (Red+Green+Blue) = 33+90+204=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #215ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ACC is #DEA533. Grayscale: #555555. Windows color (decimal): -14591284 or 13392417. OLE color: 13392417.
HSL color Cylindrical-coordinate representation of color #215ACC: hue angle of 220º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215ACC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 90 | 204 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.2 |
| HSL | 220º | 0.72% | 0.46% | - |
| HSV(B) | 220º | 0.84% | 0.8% | - |
| XYZ | 15.18 | 12 | 58.64 | - |
| YUV | 85.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 204 | 0.84 | 0.56 | 0 | 0.2 | 220 | 0.72 | 0.46 |
| Hex | 21 | 5A | CC | 54 | 38 | 0 | 14 | DC | 48 | 2E |
| Octal | 41 | 132 | 314 | 124 | 70 | 0 | 24 | 334 | 110 | 56 |
| Binary | 100001 | 1011010 | 11001100 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001000 | 101110 |
Color Harmonies of #215ACC
Complementary color
Monochromatic Colors of #215ACC
Black with #215ACC
Text Example
Text Example
White with #215ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ACC; }
p { color: rgb(33,90,204); }
H1.HeaderClassName
{
color: #215ACC;
}
.AnyTagClassName
{
color: #215ACC;
}
</style>
background-color css
<style>
a { background-color: #215ACC; }
a { background-color: rgb(33,90,204); }
div.DivClassName
{
background-color: #215ACC;
}
.BgClassName
{
background-color: #215ACC;
}
</style>
border-color css
<style>
span { border-color: #215ACC; }
span { border-color: rgb(33,90,204); }
td.TdClassName
{
border-color: #215ACC;
}
.TagClassName
{
border-color: #215ACC;
}
</style>