Shades of Royal Blue #2053EB
Tints of Royal Blue #2053EB
RGB
CMYK
RGB Variations
Color information
#2053EB (or 0x2053EB) is known color: Royal Blue. HEX triplet: 20, 53 and EB. RGB value is (32,83,235). Sum of RGB (Red+Green+Blue) = 32+83+235=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #2053EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2053EB is #DFAC14. Grayscale: #545454. Windows color (decimal): -14658581 or 15422240. OLE color: 15422240.
HSL color Cylindrical-coordinate representation of color #2053EB: hue angle of 224.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2053EB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 83 | 235 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.08 |
| HSL | 224.93º | 0.84% | 0.52% | - |
| HSV(B) | 224.93º | 0.86% | 0.92% | - |
| XYZ | 18.68 | 12.49 | 80.02 | - |
| YUV | 85.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 235 | 0.86 | 0.65 | 0 | 0.08 | 224.93 | 0.84 | 0.52 |
| Hex | 20 | 53 | EB | 56 | 41 | 0 | 8 | E1 | 54 | 34 |
| Octal | 40 | 123 | 353 | 126 | 101 | 0 | 10 | 341 | 124 | 64 |
| Binary | 100000 | 1010011 | 11101011 | 1010110 | 1000001 | 0 | 1000 | 11100001 | 1010100 | 110100 |
Color Harmonies of #2053EB
Complementary color
Monochromatic Colors of #2053EB
Black with #2053EB
Text Example
Text Example
White with #2053EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2053EB; }
p { color: rgb(32,83,235); }
H1.HeaderClassName
{
color: #2053EB;
}
.AnyTagClassName
{
color: #2053EB;
}
</style>
background-color css
<style>
a { background-color: #2053EB; }
a { background-color: rgb(32,83,235); }
div.DivClassName
{
background-color: #2053EB;
}
.BgClassName
{
background-color: #2053EB;
}
</style>
border-color css
<style>
span { border-color: #2053EB; }
span { border-color: rgb(32,83,235); }
td.TdClassName
{
border-color: #2053EB;
}
.TagClassName
{
border-color: #2053EB;
}
</style>