Shades of Cerulean Blue #2156CC
Tints of Cerulean Blue #2156CC
RGB
CMYK
RGB Variations
Color information
#2156CC (or 0x2156CC) is known color: Cerulean Blue. HEX triplet: 21, 56 and CC. RGB value is (33,86,204). Sum of RGB (Red+Green+Blue) = 33+86+204=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #2156CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156CC is #DEA933. Grayscale: #535353. Windows color (decimal): -14592308 or 13391393. OLE color: 13391393.
HSL color Cylindrical-coordinate representation of color #2156CC: hue angle of 221.4º 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 #2156CC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 86 | 204 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.2 |
| HSL | 221.4º | 0.72% | 0.46% | - |
| HSV(B) | 221.4º | 0.84% | 0.8% | - |
| XYZ | 14.85 | 11.34 | 58.53 | - |
| YUV | 83.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 204 | 0.84 | 0.58 | 0 | 0.2 | 221.4 | 0.72 | 0.46 |
| Hex | 21 | 56 | CC | 54 | 3A | 0 | 14 | DD | 48 | 2E |
| Octal | 41 | 126 | 314 | 124 | 72 | 0 | 24 | 335 | 110 | 56 |
| Binary | 100001 | 1010110 | 11001100 | 1010100 | 111010 | 0 | 10100 | 11011101 | 1001000 | 101110 |
Color Harmonies of #2156CC
Complementary color
Monochromatic Colors of #2156CC
Black with #2156CC
Text Example
Text Example
White with #2156CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156CC; }
p { color: rgb(33,86,204); }
H1.HeaderClassName
{
color: #2156CC;
}
.AnyTagClassName
{
color: #2156CC;
}
</style>
background-color css
<style>
a { background-color: #2156CC; }
a { background-color: rgb(33,86,204); }
div.DivClassName
{
background-color: #2156CC;
}
.BgClassName
{
background-color: #2156CC;
}
</style>
border-color css
<style>
span { border-color: #2156CC; }
span { border-color: rgb(33,86,204); }
td.TdClassName
{
border-color: #2156CC;
}
.TagClassName
{
border-color: #2156CC;
}
</style>