Shades of Royal Blue #2059EE
Tints of Royal Blue #2059EE
RGB
CMYK
RGB Variations
Color information
#2059EE (or 0x2059EE) is known color: Royal Blue. HEX triplet: 20, 59 and EE. RGB value is (32,89,238). Sum of RGB (Red+Green+Blue) = 32+89+238=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #2059EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059EE is #DFA611. Grayscale: #585858. Windows color (decimal): -14657042 or 15620384. OLE color: 15620384.
HSL color Cylindrical-coordinate representation of color #2059EE: hue angle of 223.4º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2059EE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 89 | 238 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.07 |
| HSL | 223.4º | 0.86% | 0.53% | - |
| HSV(B) | 223.4º | 0.87% | 0.93% | - |
| XYZ | 19.6 | 13.62 | 82.49 | - |
| YUV | 88.94 | 212.12 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 238 | 0.87 | 0.63 | 0 | 0.07 | 223.4 | 0.86 | 0.53 |
| Hex | 20 | 59 | EE | 57 | 3F | 0 | 7 | DF | 56 | 35 |
| Octal | 40 | 131 | 356 | 127 | 77 | 0 | 7 | 337 | 126 | 65 |
| Binary | 100000 | 1011001 | 11101110 | 1010111 | 111111 | 0 | 111 | 11011111 | 1010110 | 110101 |
Color Harmonies of #2059EE
Complementary color
Monochromatic Colors of #2059EE
Black with #2059EE
Text Example
Text Example
White with #2059EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059EE; }
p { color: rgb(32,89,238); }
H1.HeaderClassName
{
color: #2059EE;
}
.AnyTagClassName
{
color: #2059EE;
}
</style>
background-color css
<style>
a { background-color: #2059EE; }
a { background-color: rgb(32,89,238); }
div.DivClassName
{
background-color: #2059EE;
}
.BgClassName
{
background-color: #2059EE;
}
</style>
border-color css
<style>
span { border-color: #2059EE; }
span { border-color: rgb(32,89,238); }
td.TdClassName
{
border-color: #2059EE;
}
.TagClassName
{
border-color: #2059EE;
}
</style>