Shades of Royal Blue #2156EC
Tints of Royal Blue #2156EC
RGB
CMYK
RGB Variations
Color information
#2156EC (or 0x2156EC) is known color: Royal Blue. HEX triplet: 21, 56 and EC. RGB value is (33,86,236). Sum of RGB (Red+Green+Blue) = 33+86+236=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #2156EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156EC is #DEA913. Grayscale: #565656. Windows color (decimal): -14592276 or 15488545. OLE color: 15488545.
HSL color Cylindrical-coordinate representation of color #2156EC: hue angle of 224.33º 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 #2156EC is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 86 | 236 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.07 |
| HSL | 224.34º | 0.84% | 0.53% | - |
| HSV(B) | 224.34º | 0.86% | 0.93% | - |
| XYZ | 19.1 | 13.04 | 80.87 | - |
| YUV | 87.25 | 211.94 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 236 | 0.86 | 0.64 | 0 | 0.07 | 224.34 | 0.84 | 0.53 |
| Hex | 21 | 56 | EC | 56 | 40 | 0 | 7 | E0 | 54 | 35 |
| Octal | 41 | 126 | 354 | 126 | 100 | 0 | 7 | 340 | 124 | 65 |
| Binary | 100001 | 1010110 | 11101100 | 1010110 | 1000000 | 0 | 111 | 11100000 | 1010100 | 110101 |
Color Harmonies of #2156EC
Complementary color
Monochromatic Colors of #2156EC
Black with #2156EC
Text Example
Text Example
White with #2156EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156EC; }
p { color: rgb(33,86,236); }
H1.HeaderClassName
{
color: #2156EC;
}
.AnyTagClassName
{
color: #2156EC;
}
</style>
background-color css
<style>
a { background-color: #2156EC; }
a { background-color: rgb(33,86,236); }
div.DivClassName
{
background-color: #2156EC;
}
.BgClassName
{
background-color: #2156EC;
}
</style>
border-color css
<style>
span { border-color: #2156EC; }
span { border-color: rgb(33,86,236); }
td.TdClassName
{
border-color: #2156EC;
}
.TagClassName
{
border-color: #2156EC;
}
</style>