Shades of Royal Blue #215EDD
Tints of Royal Blue #215EDD
RGB
CMYK
RGB Variations
Color information
#215EDD (or 0x215EDD) is known color: Royal Blue. HEX triplet: 21, 5E and DD. RGB value is (33,94,221). Sum of RGB (Red+Green+Blue) = 33+94+221=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #215EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EDD is #DEA122. Grayscale: #595959. Windows color (decimal): -14590243 or 14507553. OLE color: 14507553.
HSL color Cylindrical-coordinate representation of color #215EDD: hue angle of 220.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215EDD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 94 | 221 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.13 |
| HSL | 220.53º | 0.74% | 0.5% | - |
| HSV(B) | 220.53º | 0.85% | 0.87% | - |
| XYZ | 17.68 | 13.55 | 70.09 | - |
| YUV | 90.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 221 | 0.85 | 0.57 | 0 | 0.13 | 220.53 | 0.74 | 0.5 |
| Hex | 21 | 5E | DD | 55 | 39 | 0 | D | DD | 4A | 32 |
| Octal | 41 | 136 | 335 | 125 | 71 | 0 | 15 | 335 | 112 | 62 |
| Binary | 100001 | 1011110 | 11011101 | 1010101 | 111001 | 0 | 1101 | 11011101 | 1001010 | 110010 |
Color Harmonies of #215EDD
Complementary color
Monochromatic Colors of #215EDD
Black with #215EDD
Text Example
Text Example
White with #215EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EDD; }
p { color: rgb(33,94,221); }
H1.HeaderClassName
{
color: #215EDD;
}
.AnyTagClassName
{
color: #215EDD;
}
</style>
background-color css
<style>
a { background-color: #215EDD; }
a { background-color: rgb(33,94,221); }
div.DivClassName
{
background-color: #215EDD;
}
.BgClassName
{
background-color: #215EDD;
}
</style>
border-color css
<style>
span { border-color: #215EDD; }
span { border-color: rgb(33,94,221); }
td.TdClassName
{
border-color: #215EDD;
}
.TagClassName
{
border-color: #215EDD;
}
</style>