Shades of Cerulean Blue #215BC5
Tints of Cerulean Blue #215BC5
RGB
CMYK
RGB Variations
Color information
#215BC5 (or 0x215BC5) is known color: Cerulean Blue. HEX triplet: 21, 5B and C5. RGB value is (33,91,197). Sum of RGB (Red+Green+Blue) = 33+91+197=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 197 (77.34% from 255 or 61.37% from 321); Max value from RGB is 197 - color contains mainly: blue. Hex color #215BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BC5 is #DEA43A. Grayscale: #555555. Windows color (decimal): -14591035 or 12933921. OLE color: 12933921.
HSL color Cylindrical-coordinate representation of color #215BC5: hue angle of 218.78º 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 #215BC5 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 91 | 197 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.23 |
| HSL | 218.78º | 0.71% | 0.45% | - |
| HSV(B) | 218.78º | 0.83% | 0.77% | - |
| XYZ | 14.45 | 11.84 | 54.35 | - |
| YUV | 85.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 197 | 0.83 | 0.54 | 0 | 0.23 | 218.78 | 0.71 | 0.45 |
| Hex | 21 | 5B | C5 | 53 | 36 | 0 | 17 | DB | 47 | 2D |
| Octal | 41 | 133 | 305 | 123 | 66 | 0 | 27 | 333 | 107 | 55 |
| Binary | 100001 | 1011011 | 11000101 | 1010011 | 110110 | 0 | 10111 | 11011011 | 1000111 | 101101 |
Color Harmonies of #215BC5
Complementary color
Monochromatic Colors of #215BC5
Black with #215BC5
Text Example
Text Example
White with #215BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BC5; }
p { color: rgb(33,91,197); }
H1.HeaderClassName
{
color: #215BC5;
}
.AnyTagClassName
{
color: #215BC5;
}
</style>
background-color css
<style>
a { background-color: #215BC5; }
a { background-color: rgb(33,91,197); }
div.DivClassName
{
background-color: #215BC5;
}
.BgClassName
{
background-color: #215BC5;
}
</style>
border-color css
<style>
span { border-color: #215BC5; }
span { border-color: rgb(33,91,197); }
td.TdClassName
{
border-color: #215BC5;
}
.TagClassName
{
border-color: #215BC5;
}
</style>