Shades of Royal Blue #2053ED
Tints of Royal Blue #2053ED
RGB
CMYK
RGB Variations
Color information
#2053ED (or 0x2053ED) is known color: Royal Blue. HEX triplet: 20, 53 and ED. RGB value is (32,83,237). Sum of RGB (Red+Green+Blue) = 32+83+237=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #2053ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2053ED is #DFAC12. Grayscale: #545454. Windows color (decimal): -14658579 or 15553312. OLE color: 15553312.
HSL color Cylindrical-coordinate representation of color #2053ED: hue angle of 225.07º 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 #2053ED is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 83 | 237 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.07 |
| HSL | 225.07º | 0.85% | 0.53% | - |
| HSV(B) | 225.07º | 0.86% | 0.93% | - |
| XYZ | 18.97 | 12.61 | 81.55 | - |
| YUV | 85.31 | 213.6 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 237 | 0.86 | 0.65 | 0 | 0.07 | 225.07 | 0.85 | 0.53 |
| Hex | 20 | 53 | ED | 56 | 41 | 0 | 7 | E1 | 55 | 35 |
| Octal | 40 | 123 | 355 | 126 | 101 | 0 | 7 | 341 | 125 | 65 |
| Binary | 100000 | 1010011 | 11101101 | 1010110 | 1000001 | 0 | 111 | 11100001 | 1010101 | 110101 |
Color Harmonies of #2053ED
Complementary color
Monochromatic Colors of #2053ED
Black with #2053ED
Text Example
Text Example
White with #2053ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2053ED; }
p { color: rgb(32,83,237); }
H1.HeaderClassName
{
color: #2053ED;
}
.AnyTagClassName
{
color: #2053ED;
}
</style>
background-color css
<style>
a { background-color: #2053ED; }
a { background-color: rgb(32,83,237); }
div.DivClassName
{
background-color: #2053ED;
}
.BgClassName
{
background-color: #2053ED;
}
</style>
border-color css
<style>
span { border-color: #2053ED; }
span { border-color: rgb(32,83,237); }
td.TdClassName
{
border-color: #2053ED;
}
.TagClassName
{
border-color: #2053ED;
}
</style>