Shades of Royal Blue #2059E9
Tints of Royal Blue #2059E9
RGB
CMYK
RGB Variations
Color information
#2059E9 (or 0x2059E9) is known color: Royal Blue. HEX triplet: 20, 59 and E9. RGB value is (32,89,233). Sum of RGB (Red+Green+Blue) = 32+89+233=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 233 (91.41% from 255 or 65.82% from 354); Max value from RGB is 233 - color contains mainly: blue. Hex color #2059E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059E9 is #DFA616. Grayscale: #575757. Windows color (decimal): -14657047 or 15292704. OLE color: 15292704.
HSL color Cylindrical-coordinate representation of color #2059E9: hue angle of 222.99º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2059E9 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 89 | 233 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.09 |
| HSL | 222.99º | 0.82% | 0.52% | - |
| HSV(B) | 222.99º | 0.86% | 0.91% | - |
| XYZ | 18.88 | 13.34 | 78.67 | - |
| YUV | 88.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 233 | 0.86 | 0.62 | 0 | 0.09 | 222.99 | 0.82 | 0.52 |
| Hex | 20 | 59 | E9 | 56 | 3E | 0 | 9 | DF | 52 | 34 |
| Octal | 40 | 131 | 351 | 126 | 76 | 0 | 11 | 337 | 122 | 64 |
| Binary | 100000 | 1011001 | 11101001 | 1010110 | 111110 | 0 | 1001 | 11011111 | 1010010 | 110100 |
Color Harmonies of #2059E9
Complementary color
Monochromatic Colors of #2059E9
Black with #2059E9
Text Example
Text Example
White with #2059E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059E9; }
p { color: rgb(32,89,233); }
H1.HeaderClassName
{
color: #2059E9;
}
.AnyTagClassName
{
color: #2059E9;
}
</style>
background-color css
<style>
a { background-color: #2059E9; }
a { background-color: rgb(32,89,233); }
div.DivClassName
{
background-color: #2059E9;
}
.BgClassName
{
background-color: #2059E9;
}
</style>
border-color css
<style>
span { border-color: #2059E9; }
span { border-color: rgb(32,89,233); }
td.TdClassName
{
border-color: #2059E9;
}
.TagClassName
{
border-color: #2059E9;
}
</style>