Shades of Cerulean Blue #215ACE
Tints of Cerulean Blue #215ACE
RGB
CMYK
RGB Variations
Color information
#215ACE (or 0x215ACE) is known color: Cerulean Blue. HEX triplet: 21, 5A and CE. RGB value is (33,90,206). Sum of RGB (Red+Green+Blue) = 33+90+206=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #215ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ACE is #DEA531. Grayscale: #555555. Windows color (decimal): -14591282 or 13523489. OLE color: 13523489.
HSL color Cylindrical-coordinate representation of color #215ACE: hue angle of 220.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215ACE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 90 | 206 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.19 |
| HSL | 220.23º | 0.72% | 0.47% | - |
| HSV(B) | 220.23º | 0.84% | 0.81% | - |
| XYZ | 15.42 | 12.09 | 59.91 | - |
| YUV | 86.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 206 | 0.84 | 0.56 | 0 | 0.19 | 220.23 | 0.72 | 0.47 |
| Hex | 21 | 5A | CE | 54 | 38 | 0 | 13 | DC | 48 | 2F |
| Octal | 41 | 132 | 316 | 124 | 70 | 0 | 23 | 334 | 110 | 57 |
| Binary | 100001 | 1011010 | 11001110 | 1010100 | 111000 | 0 | 10011 | 11011100 | 1001000 | 101111 |
Color Harmonies of #215ACE
Complementary color
Monochromatic Colors of #215ACE
Black with #215ACE
Text Example
Text Example
White with #215ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ACE; }
p { color: rgb(33,90,206); }
H1.HeaderClassName
{
color: #215ACE;
}
.AnyTagClassName
{
color: #215ACE;
}
</style>
background-color css
<style>
a { background-color: #215ACE; }
a { background-color: rgb(33,90,206); }
div.DivClassName
{
background-color: #215ACE;
}
.BgClassName
{
background-color: #215ACE;
}
</style>
border-color css
<style>
span { border-color: #215ACE; }
span { border-color: rgb(33,90,206); }
td.TdClassName
{
border-color: #215ACE;
}
.TagClassName
{
border-color: #215ACE;
}
</style>