Shades of Royal Blue #2156EF
Tints of Royal Blue #2156EF
RGB
CMYK
RGB Variations
Color information
#2156EF (or 0x2156EF) is known color: Royal Blue. HEX triplet: 21, 56 and EF. RGB value is (33,86,239). Sum of RGB (Red+Green+Blue) = 33+86+239=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #2156EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156EF is #DEA910. Grayscale: #565656. Windows color (decimal): -14592273 or 15685153. OLE color: 15685153.
HSL color Cylindrical-coordinate representation of color #2156EF: hue angle of 224.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2156EF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 86 | 239 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.06 |
| HSL | 224.56º | 0.87% | 0.53% | - |
| HSV(B) | 224.56º | 0.86% | 0.94% | - |
| XYZ | 19.53 | 13.21 | 83.18 | - |
| YUV | 87.6 | 213.44 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 239 | 0.86 | 0.64 | 0 | 0.06 | 224.56 | 0.87 | 0.53 |
| Hex | 21 | 56 | EF | 56 | 40 | 0 | 6 | E1 | 57 | 35 |
| Octal | 41 | 126 | 357 | 126 | 100 | 0 | 6 | 341 | 127 | 65 |
| Binary | 100001 | 1010110 | 11101111 | 1010110 | 1000000 | 0 | 110 | 11100001 | 1010111 | 110101 |
Color Harmonies of #2156EF
Complementary color
Monochromatic Colors of #2156EF
Black with #2156EF
Text Example
Text Example
White with #2156EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156EF; }
p { color: rgb(33,86,239); }
H1.HeaderClassName
{
color: #2156EF;
}
.AnyTagClassName
{
color: #2156EF;
}
</style>
background-color css
<style>
a { background-color: #2156EF; }
a { background-color: rgb(33,86,239); }
div.DivClassName
{
background-color: #2156EF;
}
.BgClassName
{
background-color: #2156EF;
}
</style>
border-color css
<style>
span { border-color: #2156EF; }
span { border-color: rgb(33,86,239); }
td.TdClassName
{
border-color: #2156EF;
}
.TagClassName
{
border-color: #2156EF;
}
</style>