Shades of Cerulean Blue #215BC2
Tints of Cerulean Blue #215BC2
RGB
CMYK
RGB Variations
Color information
#215BC2 (or 0x215BC2) is known color: Cerulean Blue. HEX triplet: 21, 5B and C2. RGB value is (33,91,194). Sum of RGB (Red+Green+Blue) = 33+91+194=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #215BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BC2 is #DEA43D. Grayscale: #545454. Windows color (decimal): -14591038 or 12737313. OLE color: 12737313.
HSL color Cylindrical-coordinate representation of color #215BC2: hue angle of 218.39º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215BC2 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 91 | 194 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.24 |
| HSL | 218.39º | 0.71% | 0.45% | - |
| HSV(B) | 218.39º | 0.83% | 0.76% | - |
| XYZ | 14.11 | 11.7 | 52.55 | - |
| YUV | 85.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 194 | 0.83 | 0.53 | 0 | 0.24 | 218.39 | 0.71 | 0.45 |
| Hex | 21 | 5B | C2 | 53 | 35 | 0 | 18 | DA | 47 | 2D |
| Octal | 41 | 133 | 302 | 123 | 65 | 0 | 30 | 332 | 107 | 55 |
| Binary | 100001 | 1011011 | 11000010 | 1010011 | 110101 | 0 | 11000 | 11011010 | 1000111 | 101101 |
Color Harmonies of #215BC2
Complementary color
Monochromatic Colors of #215BC2
Black with #215BC2
Text Example
Text Example
White with #215BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BC2; }
p { color: rgb(33,91,194); }
H1.HeaderClassName
{
color: #215BC2;
}
.AnyTagClassName
{
color: #215BC2;
}
</style>
background-color css
<style>
a { background-color: #215BC2; }
a { background-color: rgb(33,91,194); }
div.DivClassName
{
background-color: #215BC2;
}
.BgClassName
{
background-color: #215BC2;
}
</style>
border-color css
<style>
span { border-color: #215BC2; }
span { border-color: rgb(33,91,194); }
td.TdClassName
{
border-color: #215BC2;
}
.TagClassName
{
border-color: #215BC2;
}
</style>