Shades of Cerulean Blue #215DDC
Tints of Cerulean Blue #215DDC
RGB
CMYK
RGB Variations
Color information
#215DDC (or 0x215DDC) is known color: Cerulean Blue. HEX triplet: 21, 5D and DC. RGB value is (33,93,220). Sum of RGB (Red+Green+Blue) = 33+93+220=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #215DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DDC is #DEA223. Grayscale: #585858. Windows color (decimal): -14590500 or 14441761. OLE color: 14441761.
HSL color Cylindrical-coordinate representation of color #215DDC: hue angle of 220.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215DDC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 93 | 220 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.14 |
| HSL | 220.75º | 0.74% | 0.5% | - |
| HSV(B) | 220.75º | 0.85% | 0.86% | - |
| XYZ | 17.46 | 13.32 | 69.36 | - |
| YUV | 89.54 | 201.62 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 220 | 0.85 | 0.58 | 0 | 0.14 | 220.75 | 0.74 | 0.5 |
| Hex | 21 | 5D | DC | 55 | 3A | 0 | E | DD | 4A | 32 |
| Octal | 41 | 135 | 334 | 125 | 72 | 0 | 16 | 335 | 112 | 62 |
| Binary | 100001 | 1011101 | 11011100 | 1010101 | 111010 | 0 | 1110 | 11011101 | 1001010 | 110010 |
Color Harmonies of #215DDC
Complementary color
Monochromatic Colors of #215DDC
Black with #215DDC
Text Example
Text Example
White with #215DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DDC; }
p { color: rgb(33,93,220); }
H1.HeaderClassName
{
color: #215DDC;
}
.AnyTagClassName
{
color: #215DDC;
}
</style>
background-color css
<style>
a { background-color: #215DDC; }
a { background-color: rgb(33,93,220); }
div.DivClassName
{
background-color: #215DDC;
}
.BgClassName
{
background-color: #215DDC;
}
</style>
border-color css
<style>
span { border-color: #215DDC; }
span { border-color: rgb(33,93,220); }
td.TdClassName
{
border-color: #215DDC;
}
.TagClassName
{
border-color: #215DDC;
}
</style>