Shades of Cerulean Blue #2159CC
Tints of Cerulean Blue #2159CC
RGB
CMYK
RGB Variations
Color information
#2159CC (or 0x2159CC) is known color: Cerulean Blue. HEX triplet: 21, 59 and CC. RGB value is (33,89,204). Sum of RGB (Red+Green+Blue) = 33+89+204=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2159CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159CC is #DEA633. Grayscale: #545454. Windows color (decimal): -14591540 or 13392161. OLE color: 13392161.
HSL color Cylindrical-coordinate representation of color #2159CC: hue angle of 220.35º 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 #2159CC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 89 | 204 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.2 |
| HSL | 220.35º | 0.72% | 0.46% | - |
| HSV(B) | 220.35º | 0.84% | 0.8% | - |
| XYZ | 15.1 | 11.83 | 58.61 | - |
| YUV | 85.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 204 | 0.84 | 0.56 | 0 | 0.2 | 220.35 | 0.72 | 0.46 |
| Hex | 21 | 59 | CC | 54 | 38 | 0 | 14 | DC | 48 | 2E |
| Octal | 41 | 131 | 314 | 124 | 70 | 0 | 24 | 334 | 110 | 56 |
| Binary | 100001 | 1011001 | 11001100 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001000 | 101110 |
Color Harmonies of #2159CC
Complementary color
Monochromatic Colors of #2159CC
Black with #2159CC
Text Example
Text Example
White with #2159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159CC; }
p { color: rgb(33,89,204); }
H1.HeaderClassName
{
color: #2159CC;
}
.AnyTagClassName
{
color: #2159CC;
}
</style>
background-color css
<style>
a { background-color: #2159CC; }
a { background-color: rgb(33,89,204); }
div.DivClassName
{
background-color: #2159CC;
}
.BgClassName
{
background-color: #2159CC;
}
</style>
border-color css
<style>
span { border-color: #2159CC; }
span { border-color: rgb(33,89,204); }
td.TdClassName
{
border-color: #2159CC;
}
.TagClassName
{
border-color: #2159CC;
}
</style>