Shades of Royal Blue #2059F3
Tints of Royal Blue #2059F3
RGB
CMYK
RGB Variations
Color information
#2059F3 (or 0x2059F3) is known color: Royal Blue. HEX triplet: 20, 59 and F3. RGB value is (32,89,243). Sum of RGB (Red+Green+Blue) = 32+89+243=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 243 (95.31% from 255 or 66.76% from 364); Max value from RGB is 243 - color contains mainly: blue. Hex color #2059F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2059F3 is #DFA60C. Grayscale: #585858. Windows color (decimal): -14657037 or 15948064. OLE color: 15948064.
HSL color Cylindrical-coordinate representation of color #2059F3: hue angle of 223.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2059F3 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 89 | 243 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.05 |
| HSL | 223.79º | 0.9% | 0.54% | - |
| HSV(B) | 223.79º | 0.87% | 0.95% | - |
| XYZ | 20.35 | 13.92 | 86.41 | - |
| YUV | 89.51 | 214.62 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 243 | 0.87 | 0.63 | 0 | 0.05 | 223.79 | 0.9 | 0.54 |
| Hex | 20 | 59 | F3 | 57 | 3F | 0 | 5 | E0 | 5A | 36 |
| Octal | 40 | 131 | 363 | 127 | 77 | 0 | 5 | 340 | 132 | 66 |
| Binary | 100000 | 1011001 | 11110011 | 1010111 | 111111 | 0 | 101 | 11100000 | 1011010 | 110110 |
Color Harmonies of #2059F3
Complementary color
Monochromatic Colors of #2059F3
Black with #2059F3
Text Example
Text Example
White with #2059F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059F3; }
p { color: rgb(32,89,243); }
H1.HeaderClassName
{
color: #2059F3;
}
.AnyTagClassName
{
color: #2059F3;
}
</style>
background-color css
<style>
a { background-color: #2059F3; }
a { background-color: rgb(32,89,243); }
div.DivClassName
{
background-color: #2059F3;
}
.BgClassName
{
background-color: #2059F3;
}
</style>
border-color css
<style>
span { border-color: #2059F3; }
span { border-color: rgb(32,89,243); }
td.TdClassName
{
border-color: #2059F3;
}
.TagClassName
{
border-color: #2059F3;
}
</style>