Shades of Cerulean Blue #215AC0
Tints of Cerulean Blue #215AC0
RGB
CMYK
RGB Variations
Color information
#215AC0 (or 0x215AC0) is known color: Cerulean Blue. HEX triplet: 21, 5A and C0. RGB value is (33,90,192). Sum of RGB (Red+Green+Blue) = 33+90+192=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #215AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AC0 is #DEA53F. Grayscale: #545454. Windows color (decimal): -14591296 or 12605985. OLE color: 12605985.
HSL color Cylindrical-coordinate representation of color #215AC0: hue angle of 218.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215AC0 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 90 | 192 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.25 |
| HSL | 218.49º | 0.71% | 0.44% | - |
| HSV(B) | 218.49º | 0.83% | 0.75% | - |
| XYZ | 13.8 | 11.44 | 51.35 | - |
| YUV | 84.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 192 | 0.83 | 0.53 | 0 | 0.25 | 218.49 | 0.71 | 0.44 |
| Hex | 21 | 5A | C0 | 53 | 35 | 0 | 19 | DA | 47 | 2C |
| Octal | 41 | 132 | 300 | 123 | 65 | 0 | 31 | 332 | 107 | 54 |
| Binary | 100001 | 1011010 | 11000000 | 1010011 | 110101 | 0 | 11001 | 11011010 | 1000111 | 101100 |
Color Harmonies of #215AC0
Complementary color
Monochromatic Colors of #215AC0
Black with #215AC0
Text Example
Text Example
White with #215AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AC0; }
p { color: rgb(33,90,192); }
H1.HeaderClassName
{
color: #215AC0;
}
.AnyTagClassName
{
color: #215AC0;
}
</style>
background-color css
<style>
a { background-color: #215AC0; }
a { background-color: rgb(33,90,192); }
div.DivClassName
{
background-color: #215AC0;
}
.BgClassName
{
background-color: #215AC0;
}
</style>
border-color css
<style>
span { border-color: #215AC0; }
span { border-color: rgb(33,90,192); }
td.TdClassName
{
border-color: #215AC0;
}
.TagClassName
{
border-color: #215AC0;
}
</style>