Shades of Royal Blue #2054ED
Tints of Royal Blue #2054ED
RGB
CMYK
RGB Variations
Color information
#2054ED (or 0x2054ED) is known color: Royal Blue. HEX triplet: 20, 54 and ED. RGB value is (32,84,237). Sum of RGB (Red+Green+Blue) = 32+84+237=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #2054ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2054ED is #DFAB12. Grayscale: #555555. Windows color (decimal): -14658323 or 15553568. OLE color: 15553568.
HSL color Cylindrical-coordinate representation of color #2054ED: hue angle of 224.78º 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 #2054ED is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 84 | 237 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.07 |
| HSL | 224.78º | 0.85% | 0.53% | - |
| HSV(B) | 224.78º | 0.86% | 0.93% | - |
| XYZ | 19.05 | 12.76 | 81.58 | - |
| YUV | 85.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 237 | 0.86 | 0.65 | 0 | 0.07 | 224.78 | 0.85 | 0.53 |
| Hex | 20 | 54 | ED | 56 | 41 | 0 | 7 | E1 | 55 | 35 |
| Octal | 40 | 124 | 355 | 126 | 101 | 0 | 7 | 341 | 125 | 65 |
| Binary | 100000 | 1010100 | 11101101 | 1010110 | 1000001 | 0 | 111 | 11100001 | 1010101 | 110101 |
Color Harmonies of #2054ED
Complementary color
Monochromatic Colors of #2054ED
Black with #2054ED
Text Example
Text Example
White with #2054ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2054ED; }
p { color: rgb(32,84,237); }
H1.HeaderClassName
{
color: #2054ED;
}
.AnyTagClassName
{
color: #2054ED;
}
</style>
background-color css
<style>
a { background-color: #2054ED; }
a { background-color: rgb(32,84,237); }
div.DivClassName
{
background-color: #2054ED;
}
.BgClassName
{
background-color: #2054ED;
}
</style>
border-color css
<style>
span { border-color: #2054ED; }
span { border-color: rgb(32,84,237); }
td.TdClassName
{
border-color: #2054ED;
}
.TagClassName
{
border-color: #2054ED;
}
</style>