Shades of Cerulean Blue #215ADC
Tints of Cerulean Blue #215ADC
RGB
CMYK
RGB Variations
Color information
#215ADC (or 0x215ADC) is known color: Cerulean Blue. HEX triplet: 21, 5A and DC. RGB value is (33,90,220). Sum of RGB (Red+Green+Blue) = 33+90+220=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #215ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ADC is #DEA523. Grayscale: #575757. Windows color (decimal): -14591268 or 14440993. OLE color: 14440993.
HSL color Cylindrical-coordinate representation of color #215ADC: hue angle of 221.71º 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 #215ADC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 90 | 220 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.14 |
| HSL | 221.71º | 0.74% | 0.5% | - |
| HSV(B) | 221.71º | 0.85% | 0.86% | - |
| XYZ | 17.2 | 12.8 | 69.27 | - |
| YUV | 87.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 220 | 0.85 | 0.59 | 0 | 0.14 | 221.71 | 0.74 | 0.5 |
| Hex | 21 | 5A | DC | 55 | 3B | 0 | E | DE | 4A | 32 |
| Octal | 41 | 132 | 334 | 125 | 73 | 0 | 16 | 336 | 112 | 62 |
| Binary | 100001 | 1011010 | 11011100 | 1010101 | 111011 | 0 | 1110 | 11011110 | 1001010 | 110010 |
Color Harmonies of #215ADC
Complementary color
Monochromatic Colors of #215ADC
Black with #215ADC
Text Example
Text Example
White with #215ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ADC; }
p { color: rgb(33,90,220); }
H1.HeaderClassName
{
color: #215ADC;
}
.AnyTagClassName
{
color: #215ADC;
}
</style>
background-color css
<style>
a { background-color: #215ADC; }
a { background-color: rgb(33,90,220); }
div.DivClassName
{
background-color: #215ADC;
}
.BgClassName
{
background-color: #215ADC;
}
</style>
border-color css
<style>
span { border-color: #215ADC; }
span { border-color: rgb(33,90,220); }
td.TdClassName
{
border-color: #215ADC;
}
.TagClassName
{
border-color: #215ADC;
}
</style>