Shades of Cerulean Blue #2158CC
Tints of Cerulean Blue #2158CC
RGB
CMYK
RGB Variations
Color information
#2158CC (or 0x2158CC) is known color: Cerulean Blue. HEX triplet: 21, 58 and CC. RGB value is (33,88,204). Sum of RGB (Red+Green+Blue) = 33+88+204=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2158CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158CC is #DEA733. Grayscale: #545454. Windows color (decimal): -14591796 or 13391905. OLE color: 13391905.
HSL color Cylindrical-coordinate representation of color #2158CC: hue angle of 220.7º 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 #2158CC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 88 | 204 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.2 |
| HSL | 220.7º | 0.72% | 0.46% | - |
| HSV(B) | 220.7º | 0.84% | 0.8% | - |
| XYZ | 15.02 | 11.66 | 58.59 | - |
| YUV | 84.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 204 | 0.84 | 0.57 | 0 | 0.2 | 220.7 | 0.72 | 0.46 |
| Hex | 21 | 58 | CC | 54 | 39 | 0 | 14 | DD | 48 | 2E |
| Octal | 41 | 130 | 314 | 124 | 71 | 0 | 24 | 335 | 110 | 56 |
| Binary | 100001 | 1011000 | 11001100 | 1010100 | 111001 | 0 | 10100 | 11011101 | 1001000 | 101110 |
Color Harmonies of #2158CC
Complementary color
Monochromatic Colors of #2158CC
Black with #2158CC
Text Example
Text Example
White with #2158CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158CC; }
p { color: rgb(33,88,204); }
H1.HeaderClassName
{
color: #2158CC;
}
.AnyTagClassName
{
color: #2158CC;
}
</style>
background-color css
<style>
a { background-color: #2158CC; }
a { background-color: rgb(33,88,204); }
div.DivClassName
{
background-color: #2158CC;
}
.BgClassName
{
background-color: #2158CC;
}
</style>
border-color css
<style>
span { border-color: #2158CC; }
span { border-color: rgb(33,88,204); }
td.TdClassName
{
border-color: #2158CC;
}
.TagClassName
{
border-color: #2158CC;
}
</style>