Shades of Royal Blue #215CE0
Tints of Royal Blue #215CE0
RGB
CMYK
RGB Variations
Color information
#215CE0 (or 0x215CE0) is known color: Royal Blue. HEX triplet: 21, 5C and E0. RGB value is (33,92,224). Sum of RGB (Red+Green+Blue) = 33+92+224=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #215CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CE0 is #DEA31F. Grayscale: #585858. Windows color (decimal): -14590752 or 14703649. OLE color: 14703649.
HSL color Cylindrical-coordinate representation of color #215CE0: hue angle of 221.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215CE0 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 92 | 224 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.12 |
| HSL | 221.47º | 0.75% | 0.5% | - |
| HSV(B) | 221.47º | 0.85% | 0.88% | - |
| XYZ | 17.91 | 13.36 | 72.16 | - |
| YUV | 89.41 | 203.95 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 224 | 0.85 | 0.59 | 0 | 0.12 | 221.47 | 0.75 | 0.5 |
| Hex | 21 | 5C | E0 | 55 | 3B | 0 | C | DD | 4B | 32 |
| Octal | 41 | 134 | 340 | 125 | 73 | 0 | 14 | 335 | 113 | 62 |
| Binary | 100001 | 1011100 | 11100000 | 1010101 | 111011 | 0 | 1100 | 11011101 | 1001011 | 110010 |
Color Harmonies of #215CE0
Complementary color
Monochromatic Colors of #215CE0
Black with #215CE0
Text Example
Text Example
White with #215CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CE0; }
p { color: rgb(33,92,224); }
H1.HeaderClassName
{
color: #215CE0;
}
.AnyTagClassName
{
color: #215CE0;
}
</style>
background-color css
<style>
a { background-color: #215CE0; }
a { background-color: rgb(33,92,224); }
div.DivClassName
{
background-color: #215CE0;
}
.BgClassName
{
background-color: #215CE0;
}
</style>
border-color css
<style>
span { border-color: #215CE0; }
span { border-color: rgb(33,92,224); }
td.TdClassName
{
border-color: #215CE0;
}
.TagClassName
{
border-color: #215CE0;
}
</style>