Shades of Royal Blue #2059EB
Tints of Royal Blue #2059EB
RGB
CMYK
RGB Variations
Color information
#2059EB (or 0x2059EB) is known color: Royal Blue. HEX triplet: 20, 59 and EB. RGB value is (32,89,235). Sum of RGB (Red+Green+Blue) = 32+89+235=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #2059EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059EB is #DFA614. Grayscale: #575757. Windows color (decimal): -14657045 or 15423776. OLE color: 15423776.
HSL color Cylindrical-coordinate representation of color #2059EB: hue angle of 223.15º 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 #2059EB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 89 | 235 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.08 |
| HSL | 223.15º | 0.84% | 0.52% | - |
| HSV(B) | 223.15º | 0.86% | 0.92% | - |
| XYZ | 19.16 | 13.45 | 80.18 | - |
| YUV | 88.6 | 210.62 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 235 | 0.86 | 0.62 | 0 | 0.08 | 223.15 | 0.84 | 0.52 |
| Hex | 20 | 59 | EB | 56 | 3E | 0 | 8 | DF | 54 | 34 |
| Octal | 40 | 131 | 353 | 126 | 76 | 0 | 10 | 337 | 124 | 64 |
| Binary | 100000 | 1011001 | 11101011 | 1010110 | 111110 | 0 | 1000 | 11011111 | 1010100 | 110100 |
Color Harmonies of #2059EB
Complementary color
Monochromatic Colors of #2059EB
Black with #2059EB
Text Example
Text Example
White with #2059EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059EB; }
p { color: rgb(32,89,235); }
H1.HeaderClassName
{
color: #2059EB;
}
.AnyTagClassName
{
color: #2059EB;
}
</style>
background-color css
<style>
a { background-color: #2059EB; }
a { background-color: rgb(32,89,235); }
div.DivClassName
{
background-color: #2059EB;
}
.BgClassName
{
background-color: #2059EB;
}
</style>
border-color css
<style>
span { border-color: #2059EB; }
span { border-color: rgb(32,89,235); }
td.TdClassName
{
border-color: #2059EB;
}
.TagClassName
{
border-color: #2059EB;
}
</style>