Shades of Cerulean Blue #215CCB
Tints of Cerulean Blue #215CCB
RGB
CMYK
RGB Variations
Color information
#215CCB (or 0x215CCB) is known color: Cerulean Blue. HEX triplet: 21, 5C and CB. RGB value is (33,92,203). Sum of RGB (Red+Green+Blue) = 33+92+203=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #215CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CCB is #DEA334. Grayscale: #565656. Windows color (decimal): -14590773 or 13327393. OLE color: 13327393.
HSL color Cylindrical-coordinate representation of color #215CCB: hue angle of 219.18º 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 #215CCB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 92 | 203 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.20 |
| HSL | 219.18º | 0.72% | 0.46% | - |
| HSV(B) | 219.18º | 0.84% | 0.8% | - |
| XYZ | 15.23 | 12.29 | 58.07 | - |
| YUV | 87.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 203 | 0.84 | 0.55 | 0 | 0.20 | 219.18 | 0.72 | 0.46 |
| Hex | 21 | 5C | CB | 54 | 37 | 0 | 14 | DB | 48 | 2E |
| Octal | 41 | 134 | 313 | 124 | 67 | 0 | 24 | 333 | 110 | 56 |
| Binary | 100001 | 1011100 | 11001011 | 1010100 | 110111 | 0 | 10100 | 11011011 | 1001000 | 101110 |
Color Harmonies of #215CCB
Complementary color
Monochromatic Colors of #215CCB
Black with #215CCB
Text Example
Text Example
White with #215CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CCB; }
p { color: rgb(33,92,203); }
H1.HeaderClassName
{
color: #215CCB;
}
.AnyTagClassName
{
color: #215CCB;
}
</style>
background-color css
<style>
a { background-color: #215CCB; }
a { background-color: rgb(33,92,203); }
div.DivClassName
{
background-color: #215CCB;
}
.BgClassName
{
background-color: #215CCB;
}
</style>
border-color css
<style>
span { border-color: #215CCB; }
span { border-color: rgb(33,92,203); }
td.TdClassName
{
border-color: #215CCB;
}
.TagClassName
{
border-color: #215CCB;
}
</style>