Shades of Cerulean Blue #215AD8
Tints of Cerulean Blue #215AD8
RGB
CMYK
RGB Variations
Color information
#215AD8 (or 0x215AD8) is known color: Cerulean Blue. HEX triplet: 21, 5A and D8. RGB value is (33,90,216). Sum of RGB (Red+Green+Blue) = 33+90+216=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #215AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AD8 is #DEA527. Grayscale: #565656. Windows color (decimal): -14591272 or 14178849. OLE color: 14178849.
HSL color Cylindrical-coordinate representation of color #215AD8: hue angle of 221.31º 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 #215AD8 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 90 | 216 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.15 |
| HSL | 221.31º | 0.73% | 0.49% | - |
| HSV(B) | 221.31º | 0.85% | 0.85% | - |
| XYZ | 16.68 | 12.59 | 66.52 | - |
| YUV | 87.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 216 | 0.85 | 0.58 | 0 | 0.15 | 221.31 | 0.73 | 0.49 |
| Hex | 21 | 5A | D8 | 55 | 3A | 0 | F | DD | 49 | 31 |
| Octal | 41 | 132 | 330 | 125 | 72 | 0 | 17 | 335 | 111 | 61 |
| Binary | 100001 | 1011010 | 11011000 | 1010101 | 111010 | 0 | 1111 | 11011101 | 1001001 | 110001 |
Color Harmonies of #215AD8
Complementary color
Monochromatic Colors of #215AD8
Black with #215AD8
Text Example
Text Example
White with #215AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AD8; }
p { color: rgb(33,90,216); }
H1.HeaderClassName
{
color: #215AD8;
}
.AnyTagClassName
{
color: #215AD8;
}
</style>
background-color css
<style>
a { background-color: #215AD8; }
a { background-color: rgb(33,90,216); }
div.DivClassName
{
background-color: #215AD8;
}
.BgClassName
{
background-color: #215AD8;
}
</style>
border-color css
<style>
span { border-color: #215AD8; }
span { border-color: rgb(33,90,216); }
td.TdClassName
{
border-color: #215AD8;
}
.TagClassName
{
border-color: #215AD8;
}
</style>