Shades of Royal Blue #215DE5
Tints of Royal Blue #215DE5
RGB
CMYK
RGB Variations
Color information
#215DE5 (or 0x215DE5) is known color: Royal Blue. HEX triplet: 21, 5D and E5. RGB value is (33,93,229). Sum of RGB (Red+Green+Blue) = 33+93+229=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #215DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DE5 is #DEA21A. Grayscale: #595959. Windows color (decimal): -14590491 or 15031585. OLE color: 15031585.
HSL color Cylindrical-coordinate representation of color #215DE5: hue angle of 221.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215DE5 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 93 | 229 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.10 |
| HSL | 221.63º | 0.79% | 0.51% | - |
| HSV(B) | 221.63º | 0.86% | 0.9% | - |
| XYZ | 18.68 | 13.81 | 75.81 | - |
| YUV | 90.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 229 | 0.86 | 0.59 | 0 | 0.10 | 221.63 | 0.79 | 0.51 |
| Hex | 21 | 5D | E5 | 56 | 3B | 0 | A | DE | 4F | 33 |
| Octal | 41 | 135 | 345 | 126 | 73 | 0 | 12 | 336 | 117 | 63 |
| Binary | 100001 | 1011101 | 11100101 | 1010110 | 111011 | 0 | 1010 | 11011110 | 1001111 | 110011 |
Color Harmonies of #215DE5
Complementary color
Monochromatic Colors of #215DE5
Black with #215DE5
Text Example
Text Example
White with #215DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DE5; }
p { color: rgb(33,93,229); }
H1.HeaderClassName
{
color: #215DE5;
}
.AnyTagClassName
{
color: #215DE5;
}
</style>
background-color css
<style>
a { background-color: #215DE5; }
a { background-color: rgb(33,93,229); }
div.DivClassName
{
background-color: #215DE5;
}
.BgClassName
{
background-color: #215DE5;
}
</style>
border-color css
<style>
span { border-color: #215DE5; }
span { border-color: rgb(33,93,229); }
td.TdClassName
{
border-color: #215DE5;
}
.TagClassName
{
border-color: #215DE5;
}
</style>