Shades of Royal Blue #2051ED
Tints of Royal Blue #2051ED
RGB
CMYK
RGB Variations
Color information
#2051ED (or 0x2051ED) is known color: Royal Blue. HEX triplet: 20, 51 and ED. RGB value is (32,81,237). Sum of RGB (Red+Green+Blue) = 32+81+237=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #2051ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2051ED is #DFAE12. Grayscale: #535353. Windows color (decimal): -14659091 or 15552800. OLE color: 15552800.
HSL color Cylindrical-coordinate representation of color #2051ED: hue angle of 225.66º 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 #2051ED is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 81 | 237 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.07 |
| HSL | 225.66º | 0.85% | 0.53% | - |
| HSV(B) | 225.66º | 0.86% | 0.93% | - |
| XYZ | 18.82 | 12.31 | 81.5 | - |
| YUV | 84.13 | 214.27 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 237 | 0.86 | 0.66 | 0 | 0.07 | 225.66 | 0.85 | 0.53 |
| Hex | 20 | 51 | ED | 56 | 42 | 0 | 7 | E2 | 55 | 35 |
| Octal | 40 | 121 | 355 | 126 | 102 | 0 | 7 | 342 | 125 | 65 |
| Binary | 100000 | 1010001 | 11101101 | 1010110 | 1000010 | 0 | 111 | 11100010 | 1010101 | 110101 |
Color Harmonies of #2051ED
Complementary color
Monochromatic Colors of #2051ED
Black with #2051ED
Text Example
Text Example
White with #2051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051ED; }
p { color: rgb(32,81,237); }
H1.HeaderClassName
{
color: #2051ED;
}
.AnyTagClassName
{
color: #2051ED;
}
</style>
background-color css
<style>
a { background-color: #2051ED; }
a { background-color: rgb(32,81,237); }
div.DivClassName
{
background-color: #2051ED;
}
.BgClassName
{
background-color: #2051ED;
}
</style>
border-color css
<style>
span { border-color: #2051ED; }
span { border-color: rgb(32,81,237); }
td.TdClassName
{
border-color: #2051ED;
}
.TagClassName
{
border-color: #2051ED;
}
</style>