Shades of Royal Blue #2059FD
Tints of Royal Blue #2059FD
RGB
CMYK
RGB Variations
Color information
#2059FD (or 0x2059FD) is known color: Royal Blue. HEX triplet: 20, 59 and FD. RGB value is (32,89,253). Sum of RGB (Red+Green+Blue) = 32+89+253=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #2059FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059FD is #DFA602. Grayscale: #595959. Windows color (decimal): -14657027 or 16603424. OLE color: 16603424.
HSL color Cylindrical-coordinate representation of color #2059FD: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2059FD is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 89 | 253 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.01 |
| HSL | 224.52º | 0.98% | 0.56% | - |
| HSV(B) | 224.52º | 0.87% | 0.99% | - |
| XYZ | 21.9 | 14.54 | 94.58 | - |
| YUV | 90.65 | 219.62 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 253 | 0.87 | 0.65 | 0 | 0.01 | 224.52 | 0.98 | 0.56 |
| Hex | 20 | 59 | FD | 57 | 41 | 0 | 1 | E1 | 62 | 38 |
| Octal | 40 | 131 | 375 | 127 | 101 | 0 | 1 | 341 | 142 | 70 |
| Binary | 100000 | 1011001 | 11111101 | 1010111 | 1000001 | 0 | 1 | 11100001 | 1100010 | 111000 |
Color Harmonies of #2059FD
Complementary color
Monochromatic Colors of #2059FD
Black with #2059FD
Text Example
Text Example
White with #2059FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059FD; }
p { color: rgb(32,89,253); }
H1.HeaderClassName
{
color: #2059FD;
}
.AnyTagClassName
{
color: #2059FD;
}
</style>
background-color css
<style>
a { background-color: #2059FD; }
a { background-color: rgb(32,89,253); }
div.DivClassName
{
background-color: #2059FD;
}
.BgClassName
{
background-color: #2059FD;
}
</style>
border-color css
<style>
span { border-color: #2059FD; }
span { border-color: rgb(32,89,253); }
td.TdClassName
{
border-color: #2059FD;
}
.TagClassName
{
border-color: #2059FD;
}
</style>