Shades of Royal Blue #2154EC
Tints of Royal Blue #2154EC
RGB
CMYK
RGB Variations
Color information
#2154EC (or 0x2154EC) is known color: Royal Blue. HEX triplet: 21, 54 and EC. RGB value is (33,84,236). Sum of RGB (Red+Green+Blue) = 33+84+236=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #2154EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2154EC is #DEAB13. Grayscale: #555555. Windows color (decimal): -14592788 or 15488033. OLE color: 15488033.
HSL color Cylindrical-coordinate representation of color #2154EC: hue angle of 224.93º 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 #2154EC is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 84 | 236 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.07 |
| HSL | 224.93º | 0.84% | 0.53% | - |
| HSV(B) | 224.93º | 0.86% | 0.93% | - |
| XYZ | 18.94 | 12.72 | 80.81 | - |
| YUV | 86.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 236 | 0.86 | 0.64 | 0 | 0.07 | 224.93 | 0.84 | 0.53 |
| Hex | 21 | 54 | EC | 56 | 40 | 0 | 7 | E1 | 54 | 35 |
| Octal | 41 | 124 | 354 | 126 | 100 | 0 | 7 | 341 | 124 | 65 |
| Binary | 100001 | 1010100 | 11101100 | 1010110 | 1000000 | 0 | 111 | 11100001 | 1010100 | 110101 |
Color Harmonies of #2154EC
Complementary color
Monochromatic Colors of #2154EC
Black with #2154EC
Text Example
Text Example
White with #2154EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154EC; }
p { color: rgb(33,84,236); }
H1.HeaderClassName
{
color: #2154EC;
}
.AnyTagClassName
{
color: #2154EC;
}
</style>
background-color css
<style>
a { background-color: #2154EC; }
a { background-color: rgb(33,84,236); }
div.DivClassName
{
background-color: #2154EC;
}
.BgClassName
{
background-color: #2154EC;
}
</style>
border-color css
<style>
span { border-color: #2154EC; }
span { border-color: rgb(33,84,236); }
td.TdClassName
{
border-color: #2154EC;
}
.TagClassName
{
border-color: #2154EC;
}
</style>