Shades of Royal Blue #2158EC
Tints of Royal Blue #2158EC
RGB
CMYK
RGB Variations
Color information
#2158EC (or 0x2158EC) is known color: Royal Blue. HEX triplet: 21, 58 and EC. RGB value is (33,88,236). Sum of RGB (Red+Green+Blue) = 33+88+236=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2158EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158EC is #DEA713. Grayscale: #575757. Windows color (decimal): -14591764 or 15489057. OLE color: 15489057.
HSL color Cylindrical-coordinate representation of color #2158EC: hue angle of 223.74º 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 #2158EC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 88 | 236 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.07 |
| HSL | 223.74º | 0.84% | 0.53% | - |
| HSV(B) | 223.74º | 0.86% | 0.93% | - |
| XYZ | 19.26 | 13.36 | 80.92 | - |
| YUV | 88.43 | 211.28 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 236 | 0.86 | 0.63 | 0 | 0.07 | 223.74 | 0.84 | 0.53 |
| Hex | 21 | 58 | EC | 56 | 3F | 0 | 7 | E0 | 54 | 35 |
| Octal | 41 | 130 | 354 | 126 | 77 | 0 | 7 | 340 | 124 | 65 |
| Binary | 100001 | 1011000 | 11101100 | 1010110 | 111111 | 0 | 111 | 11100000 | 1010100 | 110101 |
Color Harmonies of #2158EC
Complementary color
Monochromatic Colors of #2158EC
Black with #2158EC
Text Example
Text Example
White with #2158EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158EC; }
p { color: rgb(33,88,236); }
H1.HeaderClassName
{
color: #2158EC;
}
.AnyTagClassName
{
color: #2158EC;
}
</style>
background-color css
<style>
a { background-color: #2158EC; }
a { background-color: rgb(33,88,236); }
div.DivClassName
{
background-color: #2158EC;
}
.BgClassName
{
background-color: #2158EC;
}
</style>
border-color css
<style>
span { border-color: #2158EC; }
span { border-color: rgb(33,88,236); }
td.TdClassName
{
border-color: #2158EC;
}
.TagClassName
{
border-color: #2158EC;
}
</style>