Shades of Cerulean Blue #215AC5
Tints of Cerulean Blue #215AC5
RGB
CMYK
RGB Variations
Color information
#215AC5 (or 0x215AC5) is known color: Cerulean Blue. HEX triplet: 21, 5A and C5. RGB value is (33,90,197). Sum of RGB (Red+Green+Blue) = 33+90+197=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 197 (77.34% from 255 or 61.56% from 320); Max value from RGB is 197 - color contains mainly: blue. Hex color #215AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AC5 is #DEA53A. Grayscale: #545454. Windows color (decimal): -14591291 or 12933665. OLE color: 12933665.
HSL color Cylindrical-coordinate representation of color #215AC5: hue angle of 219.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215AC5 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 90 | 197 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.23 |
| HSL | 219.15º | 0.71% | 0.45% | - |
| HSV(B) | 219.15º | 0.83% | 0.77% | - |
| XYZ | 14.36 | 11.67 | 54.32 | - |
| YUV | 85.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 197 | 0.83 | 0.54 | 0 | 0.23 | 219.15 | 0.71 | 0.45 |
| Hex | 21 | 5A | C5 | 53 | 36 | 0 | 17 | DB | 47 | 2D |
| Octal | 41 | 132 | 305 | 123 | 66 | 0 | 27 | 333 | 107 | 55 |
| Binary | 100001 | 1011010 | 11000101 | 1010011 | 110110 | 0 | 10111 | 11011011 | 1000111 | 101101 |
Color Harmonies of #215AC5
Complementary color
Monochromatic Colors of #215AC5
Black with #215AC5
Text Example
Text Example
White with #215AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AC5; }
p { color: rgb(33,90,197); }
H1.HeaderClassName
{
color: #215AC5;
}
.AnyTagClassName
{
color: #215AC5;
}
</style>
background-color css
<style>
a { background-color: #215AC5; }
a { background-color: rgb(33,90,197); }
div.DivClassName
{
background-color: #215AC5;
}
.BgClassName
{
background-color: #215AC5;
}
</style>
border-color css
<style>
span { border-color: #215AC5; }
span { border-color: rgb(33,90,197); }
td.TdClassName
{
border-color: #215AC5;
}
.TagClassName
{
border-color: #215AC5;
}
</style>