Shades of Royal Blue #2156ED
Tints of Royal Blue #2156ED
RGB
CMYK
RGB Variations
Color information
#2156ED (or 0x2156ED) is known color: Royal Blue. HEX triplet: 21, 56 and ED. RGB value is (33,86,237). Sum of RGB (Red+Green+Blue) = 33+86+237=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #2156ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156ED is #DEA912. Grayscale: #565656. Windows color (decimal): -14592275 or 15554081. OLE color: 15554081.
HSL color Cylindrical-coordinate representation of color #2156ED: hue angle of 224.41º degrees, saturation: 0.85, 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 #2156ED is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 86 | 237 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.07 |
| HSL | 224.41º | 0.85% | 0.53% | - |
| HSV(B) | 224.41º | 0.86% | 0.93% | - |
| XYZ | 19.24 | 13.09 | 81.63 | - |
| YUV | 87.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 237 | 0.86 | 0.64 | 0 | 0.07 | 224.41 | 0.85 | 0.53 |
| Hex | 21 | 56 | ED | 56 | 40 | 0 | 7 | E0 | 55 | 35 |
| Octal | 41 | 126 | 355 | 126 | 100 | 0 | 7 | 340 | 125 | 65 |
| Binary | 100001 | 1010110 | 11101101 | 1010110 | 1000000 | 0 | 111 | 11100000 | 1010101 | 110101 |
Color Harmonies of #2156ED
Complementary color
Monochromatic Colors of #2156ED
Black with #2156ED
Text Example
Text Example
White with #2156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156ED; }
p { color: rgb(33,86,237); }
H1.HeaderClassName
{
color: #2156ED;
}
.AnyTagClassName
{
color: #2156ED;
}
</style>
background-color css
<style>
a { background-color: #2156ED; }
a { background-color: rgb(33,86,237); }
div.DivClassName
{
background-color: #2156ED;
}
.BgClassName
{
background-color: #2156ED;
}
</style>
border-color css
<style>
span { border-color: #2156ED; }
span { border-color: rgb(33,86,237); }
td.TdClassName
{
border-color: #2156ED;
}
.TagClassName
{
border-color: #2156ED;
}
</style>