Shades of Cerulean Blue #215ED8
Tints of Cerulean Blue #215ED8
RGB
CMYK
RGB Variations
Color information
#215ED8 (or 0x215ED8) is known color: Cerulean Blue. HEX triplet: 21, 5E and D8. RGB value is (33,94,216). Sum of RGB (Red+Green+Blue) = 33+94+216=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #215ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ED8 is #DEA127. Grayscale: #595959. Windows color (decimal): -14590248 or 14179873. OLE color: 14179873.
HSL color Cylindrical-coordinate representation of color #215ED8: hue angle of 220º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215ED8 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 94 | 216 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.15 |
| HSL | 220º | 0.73% | 0.49% | - |
| HSV(B) | 220º | 0.85% | 0.85% | - |
| XYZ | 17.02 | 13.29 | 66.63 | - |
| YUV | 89.67 | 199.29 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 216 | 0.85 | 0.56 | 0 | 0.15 | 220 | 0.73 | 0.49 |
| Hex | 21 | 5E | D8 | 55 | 38 | 0 | F | DC | 49 | 31 |
| Octal | 41 | 136 | 330 | 125 | 70 | 0 | 17 | 334 | 111 | 61 |
| Binary | 100001 | 1011110 | 11011000 | 1010101 | 111000 | 0 | 1111 | 11011100 | 1001001 | 110001 |
Color Harmonies of #215ED8
Complementary color
Monochromatic Colors of #215ED8
Black with #215ED8
Text Example
Text Example
White with #215ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ED8; }
p { color: rgb(33,94,216); }
H1.HeaderClassName
{
color: #215ED8;
}
.AnyTagClassName
{
color: #215ED8;
}
</style>
background-color css
<style>
a { background-color: #215ED8; }
a { background-color: rgb(33,94,216); }
div.DivClassName
{
background-color: #215ED8;
}
.BgClassName
{
background-color: #215ED8;
}
</style>
border-color css
<style>
span { border-color: #215ED8; }
span { border-color: rgb(33,94,216); }
td.TdClassName
{
border-color: #215ED8;
}
.TagClassName
{
border-color: #215ED8;
}
</style>