Shades of Royal Blue #2E59F9
Tints of Royal Blue #2E59F9
RGB
CMYK
RGB Variations
Color information
#2E59F9 (or 0x2E59F9) is known color: Royal Blue. HEX triplet: 2E, 59 and F9. RGB value is (46,89,249). Sum of RGB (Red+Green+Blue) = 46+89+249=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E59F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E59F9 is #D1A606. Grayscale: #5D5D5D. Windows color (decimal): -13739527 or 16341294. OLE color: 16341294.
HSL color Cylindrical-coordinate representation of color #2E59F9: hue angle of 227.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E59F9 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 89 | 249 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.02 |
| HSL | 227.29º | 0.94% | 0.58% | - |
| HSV(B) | 227.29º | 0.82% | 0.98% | - |
| XYZ | 21.8 | 14.57 | 91.29 | - |
| YUV | 94.38 | 215.25 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 249 | 0.82 | 0.64 | 0 | 0.02 | 227.29 | 0.94 | 0.58 |
| Hex | 2E | 59 | F9 | 52 | 40 | 0 | 2 | E3 | 5E | 3A |
| Octal | 56 | 131 | 371 | 122 | 100 | 0 | 2 | 343 | 136 | 72 |
| Binary | 101110 | 1011001 | 11111001 | 1010010 | 1000000 | 0 | 10 | 11100011 | 1011110 | 111010 |
Color Harmonies of #2E59F9
Complementary color
Monochromatic Colors of #2E59F9
Black with #2E59F9
Text Example
Text Example
White with #2E59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E59F9; }
p { color: rgb(46,89,249); }
H1.HeaderClassName
{
color: #2E59F9;
}
.AnyTagClassName
{
color: #2E59F9;
}
</style>
background-color css
<style>
a { background-color: #2E59F9; }
a { background-color: rgb(46,89,249); }
div.DivClassName
{
background-color: #2E59F9;
}
.BgClassName
{
background-color: #2E59F9;
}
</style>
border-color css
<style>
span { border-color: #2E59F9; }
span { border-color: rgb(46,89,249); }
td.TdClassName
{
border-color: #2E59F9;
}
.TagClassName
{
border-color: #2E59F9;
}
</style>