Shades of Royal Blue #2056EE
Tints of Royal Blue #2056EE
RGB
CMYK
RGB Variations
Color information
#2056EE (or 0x2056EE) is known color: Royal Blue. HEX triplet: 20, 56 and EE. RGB value is (32,86,238). Sum of RGB (Red+Green+Blue) = 32+86+238=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #2056EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2056EE is #DFA911. Grayscale: #565656. Windows color (decimal): -14657810 or 15619616. OLE color: 15619616.
HSL color Cylindrical-coordinate representation of color #2056EE: hue angle of 224.27º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2056EE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 86 | 238 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.07 |
| HSL | 224.27º | 0.86% | 0.53% | - |
| HSV(B) | 224.27º | 0.87% | 0.93% | - |
| XYZ | 19.36 | 13.14 | 82.4 | - |
| YUV | 87.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 238 | 0.87 | 0.64 | 0 | 0.07 | 224.27 | 0.86 | 0.53 |
| Hex | 20 | 56 | EE | 57 | 40 | 0 | 7 | E0 | 56 | 35 |
| Octal | 40 | 126 | 356 | 127 | 100 | 0 | 7 | 340 | 126 | 65 |
| Binary | 100000 | 1010110 | 11101110 | 1010111 | 1000000 | 0 | 111 | 11100000 | 1010110 | 110101 |
Color Harmonies of #2056EE
Complementary color
Monochromatic Colors of #2056EE
Black with #2056EE
Text Example
Text Example
White with #2056EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056EE; }
p { color: rgb(32,86,238); }
H1.HeaderClassName
{
color: #2056EE;
}
.AnyTagClassName
{
color: #2056EE;
}
</style>
background-color css
<style>
a { background-color: #2056EE; }
a { background-color: rgb(32,86,238); }
div.DivClassName
{
background-color: #2056EE;
}
.BgClassName
{
background-color: #2056EE;
}
</style>
border-color css
<style>
span { border-color: #2056EE; }
span { border-color: rgb(32,86,238); }
td.TdClassName
{
border-color: #2056EE;
}
.TagClassName
{
border-color: #2056EE;
}
</style>