Shades of Royal Blue #2157EC
Tints of Royal Blue #2157EC
RGB
CMYK
RGB Variations
Color information
#2157EC (or 0x2157EC) is known color: Royal Blue. HEX triplet: 21, 57 and EC. RGB value is (33,87,236). Sum of RGB (Red+Green+Blue) = 33+87+236=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2157EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157EC is #DEA813. Grayscale: #575757. Windows color (decimal): -14592020 or 15488801. OLE color: 15488801.
HSL color Cylindrical-coordinate representation of color #2157EC: hue angle of 224.04º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2157EC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 87 | 236 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.07 |
| HSL | 224.04º | 0.84% | 0.53% | - |
| HSV(B) | 224.04º | 0.86% | 0.93% | - |
| XYZ | 19.18 | 13.2 | 80.89 | - |
| YUV | 87.84 | 211.61 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 236 | 0.86 | 0.63 | 0 | 0.07 | 224.04 | 0.84 | 0.53 |
| Hex | 21 | 57 | EC | 56 | 3F | 0 | 7 | E0 | 54 | 35 |
| Octal | 41 | 127 | 354 | 126 | 77 | 0 | 7 | 340 | 124 | 65 |
| Binary | 100001 | 1010111 | 11101100 | 1010110 | 111111 | 0 | 111 | 11100000 | 1010100 | 110101 |
Color Harmonies of #2157EC
Complementary color
Monochromatic Colors of #2157EC
Black with #2157EC
Text Example
Text Example
White with #2157EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157EC; }
p { color: rgb(33,87,236); }
H1.HeaderClassName
{
color: #2157EC;
}
.AnyTagClassName
{
color: #2157EC;
}
</style>
background-color css
<style>
a { background-color: #2157EC; }
a { background-color: rgb(33,87,236); }
div.DivClassName
{
background-color: #2157EC;
}
.BgClassName
{
background-color: #2157EC;
}
</style>
border-color css
<style>
span { border-color: #2157EC; }
span { border-color: rgb(33,87,236); }
td.TdClassName
{
border-color: #2157EC;
}
.TagClassName
{
border-color: #2157EC;
}
</style>