Shades of Royal Blue #2156EE
Tints of Royal Blue #2156EE
RGB
CMYK
RGB Variations
Color information
#2156EE (or 0x2156EE) is known color: Royal Blue. HEX triplet: 21, 56 and EE. RGB value is (33,86,238). Sum of RGB (Red+Green+Blue) = 33+86+238=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #2156EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156EE is #DEA911. Grayscale: #565656. Windows color (decimal): -14592274 or 15619617. OLE color: 15619617.
HSL color Cylindrical-coordinate representation of color #2156EE: hue angle of 224.49º degrees, saturation: 0.86, 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 #2156EE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 86 | 238 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.07 |
| HSL | 224.49º | 0.86% | 0.53% | - |
| HSV(B) | 224.49º | 0.86% | 0.93% | - |
| XYZ | 19.39 | 13.15 | 82.41 | - |
| YUV | 87.48 | 212.94 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 238 | 0.86 | 0.64 | 0 | 0.07 | 224.49 | 0.86 | 0.53 |
| Hex | 21 | 56 | EE | 56 | 40 | 0 | 7 | E0 | 56 | 35 |
| Octal | 41 | 126 | 356 | 126 | 100 | 0 | 7 | 340 | 126 | 65 |
| Binary | 100001 | 1010110 | 11101110 | 1010110 | 1000000 | 0 | 111 | 11100000 | 1010110 | 110101 |
Color Harmonies of #2156EE
Complementary color
Monochromatic Colors of #2156EE
Black with #2156EE
Text Example
Text Example
White with #2156EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156EE; }
p { color: rgb(33,86,238); }
H1.HeaderClassName
{
color: #2156EE;
}
.AnyTagClassName
{
color: #2156EE;
}
</style>
background-color css
<style>
a { background-color: #2156EE; }
a { background-color: rgb(33,86,238); }
div.DivClassName
{
background-color: #2156EE;
}
.BgClassName
{
background-color: #2156EE;
}
</style>
border-color css
<style>
span { border-color: #2156EE; }
span { border-color: rgb(33,86,238); }
td.TdClassName
{
border-color: #2156EE;
}
.TagClassName
{
border-color: #2156EE;
}
</style>