Shades of Cerulean Blue #215BCE
Tints of Cerulean Blue #215BCE
RGB
CMYK
RGB Variations
Color information
#215BCE (or 0x215BCE) is known color: Cerulean Blue. HEX triplet: 21, 5B and CE. RGB value is (33,91,206). Sum of RGB (Red+Green+Blue) = 33+91+206=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #215BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BCE is #DEA431. Grayscale: #565656. Windows color (decimal): -14591026 or 13523745. OLE color: 13523745.
HSL color Cylindrical-coordinate representation of color #215BCE: hue angle of 219.88º 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 #215BCE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 91 | 206 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.19 |
| HSL | 219.88º | 0.72% | 0.47% | - |
| HSV(B) | 219.88º | 0.84% | 0.81% | - |
| XYZ | 15.51 | 12.26 | 59.94 | - |
| YUV | 86.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 206 | 0.84 | 0.56 | 0 | 0.19 | 219.88 | 0.72 | 0.47 |
| Hex | 21 | 5B | CE | 54 | 38 | 0 | 13 | DC | 48 | 2F |
| Octal | 41 | 133 | 316 | 124 | 70 | 0 | 23 | 334 | 110 | 57 |
| Binary | 100001 | 1011011 | 11001110 | 1010100 | 111000 | 0 | 10011 | 11011100 | 1001000 | 101111 |
Color Harmonies of #215BCE
Complementary color
Monochromatic Colors of #215BCE
Black with #215BCE
Text Example
Text Example
White with #215BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BCE; }
p { color: rgb(33,91,206); }
H1.HeaderClassName
{
color: #215BCE;
}
.AnyTagClassName
{
color: #215BCE;
}
</style>
background-color css
<style>
a { background-color: #215BCE; }
a { background-color: rgb(33,91,206); }
div.DivClassName
{
background-color: #215BCE;
}
.BgClassName
{
background-color: #215BCE;
}
</style>
border-color css
<style>
span { border-color: #215BCE; }
span { border-color: rgb(33,91,206); }
td.TdClassName
{
border-color: #215BCE;
}
.TagClassName
{
border-color: #215BCE;
}
</style>