Shades of Royal Blue #2059FC
Tints of Royal Blue #2059FC
RGB
CMYK
RGB Variations
Color information
#2059FC (or 0x2059FC) is known color: Royal Blue. HEX triplet: 20, 59 and FC. RGB value is (32,89,252). Sum of RGB (Red+Green+Blue) = 32+89+252=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #2059FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059FC is #DFA603. Grayscale: #595959. Windows color (decimal): -14657028 or 16537888. OLE color: 16537888.
HSL color Cylindrical-coordinate representation of color #2059FC: hue angle of 224.45º degrees, saturation: 0.97, 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 #2059FC is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 89 | 252 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.01 |
| HSL | 224.45º | 0.97% | 0.56% | - |
| HSV(B) | 224.45º | 0.87% | 0.99% | - |
| XYZ | 21.74 | 14.48 | 93.74 | - |
| YUV | 90.54 | 219.12 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 252 | 0.87 | 0.65 | 0 | 0.01 | 224.45 | 0.97 | 0.56 |
| Hex | 20 | 59 | FC | 57 | 41 | 0 | 1 | E0 | 61 | 38 |
| Octal | 40 | 131 | 374 | 127 | 101 | 0 | 1 | 340 | 141 | 70 |
| Binary | 100000 | 1011001 | 11111100 | 1010111 | 1000001 | 0 | 1 | 11100000 | 1100001 | 111000 |
Color Harmonies of #2059FC
Complementary color
Monochromatic Colors of #2059FC
Black with #2059FC
Text Example
Text Example
White with #2059FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059FC; }
p { color: rgb(32,89,252); }
H1.HeaderClassName
{
color: #2059FC;
}
.AnyTagClassName
{
color: #2059FC;
}
</style>
background-color css
<style>
a { background-color: #2059FC; }
a { background-color: rgb(32,89,252); }
div.DivClassName
{
background-color: #2059FC;
}
.BgClassName
{
background-color: #2059FC;
}
</style>
border-color css
<style>
span { border-color: #2059FC; }
span { border-color: rgb(32,89,252); }
td.TdClassName
{
border-color: #2059FC;
}
.TagClassName
{
border-color: #2059FC;
}
</style>