Shades of Royal Blue #215CE4
Tints of Royal Blue #215CE4
RGB
CMYK
RGB Variations
Color information
#215CE4 (or 0x215CE4) is known color: Royal Blue. HEX triplet: 21, 5C and E4. RGB value is (33,92,228). Sum of RGB (Red+Green+Blue) = 33+92+228=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 228 (89.45% from 255 or 64.59% from 353); Max value from RGB is 228 - color contains mainly: blue. Hex color #215CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CE4 is #DEA31B. Grayscale: #595959. Windows color (decimal): -14590748 or 14965793. OLE color: 14965793.
HSL color Cylindrical-coordinate representation of color #215CE4: hue angle of 221.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215CE4 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 92 | 228 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.11 |
| HSL | 221.85º | 0.78% | 0.51% | - |
| HSV(B) | 221.85º | 0.86% | 0.89% | - |
| XYZ | 18.46 | 13.58 | 75.05 | - |
| YUV | 89.86 | 205.95 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 228 | 0.86 | 0.60 | 0 | 0.11 | 221.85 | 0.78 | 0.51 |
| Hex | 21 | 5C | E4 | 56 | 3C | 0 | B | DE | 4E | 33 |
| Octal | 41 | 134 | 344 | 126 | 74 | 0 | 13 | 336 | 116 | 63 |
| Binary | 100001 | 1011100 | 11100100 | 1010110 | 111100 | 0 | 1011 | 11011110 | 1001110 | 110011 |
Color Harmonies of #215CE4
Complementary color
Monochromatic Colors of #215CE4
Black with #215CE4
Text Example
Text Example
White with #215CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CE4; }
p { color: rgb(33,92,228); }
H1.HeaderClassName
{
color: #215CE4;
}
.AnyTagClassName
{
color: #215CE4;
}
</style>
background-color css
<style>
a { background-color: #215CE4; }
a { background-color: rgb(33,92,228); }
div.DivClassName
{
background-color: #215CE4;
}
.BgClassName
{
background-color: #215CE4;
}
</style>
border-color css
<style>
span { border-color: #215CE4; }
span { border-color: rgb(33,92,228); }
td.TdClassName
{
border-color: #215CE4;
}
.TagClassName
{
border-color: #215CE4;
}
</style>