Shades of Cerulean Blue #215BCD
Tints of Cerulean Blue #215BCD
RGB
CMYK
RGB Variations
Color information
#215BCD (or 0x215BCD) is known color: Cerulean Blue. HEX triplet: 21, 5B and CD. RGB value is (33,91,205). Sum of RGB (Red+Green+Blue) = 33+91+205=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #215BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BCD is #DEA432. Grayscale: #565656. Windows color (decimal): -14591027 or 13458209. OLE color: 13458209.
HSL color Cylindrical-coordinate representation of color #215BCD: hue angle of 219.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215BCD is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 91 | 205 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.20 |
| HSL | 219.77º | 0.72% | 0.47% | - |
| HSV(B) | 219.77º | 0.84% | 0.8% | - |
| XYZ | 15.39 | 12.21 | 59.3 | - |
| YUV | 86.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 205 | 0.84 | 0.56 | 0 | 0.20 | 219.77 | 0.72 | 0.47 |
| Hex | 21 | 5B | CD | 54 | 38 | 0 | 14 | DC | 48 | 2F |
| Octal | 41 | 133 | 315 | 124 | 70 | 0 | 24 | 334 | 110 | 57 |
| Binary | 100001 | 1011011 | 11001101 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001000 | 101111 |
Color Harmonies of #215BCD
Complementary color
Monochromatic Colors of #215BCD
Black with #215BCD
Text Example
Text Example
White with #215BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BCD; }
p { color: rgb(33,91,205); }
H1.HeaderClassName
{
color: #215BCD;
}
.AnyTagClassName
{
color: #215BCD;
}
</style>
background-color css
<style>
a { background-color: #215BCD; }
a { background-color: rgb(33,91,205); }
div.DivClassName
{
background-color: #215BCD;
}
.BgClassName
{
background-color: #215BCD;
}
</style>
border-color css
<style>
span { border-color: #215BCD; }
span { border-color: rgb(33,91,205); }
td.TdClassName
{
border-color: #215BCD;
}
.TagClassName
{
border-color: #215BCD;
}
</style>