Shades of Royal Blue #2E59DF
Tints of Royal Blue #2E59DF
RGB
CMYK
RGB Variations
Color information
#2E59DF (or 0x2E59DF) is known color: Royal Blue. HEX triplet: 2E, 59 and DF. RGB value is (46,89,223). Sum of RGB (Red+Green+Blue) = 46+89+223=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E59DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E59DF is #D1A620. Grayscale: #5A5A5A. Windows color (decimal): -13739553 or 14637358. OLE color: 14637358.
HSL color Cylindrical-coordinate representation of color #2E59DF: hue angle of 225.42º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E59DF is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 89 | 223 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.13 |
| HSL | 225.42º | 0.73% | 0.53% | - |
| HSV(B) | 225.42º | 0.79% | 0.87% | - |
| XYZ | 18.02 | 13.05 | 71.38 | - |
| YUV | 91.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 223 | 0.79 | 0.60 | 0 | 0.13 | 225.42 | 0.73 | 0.53 |
| Hex | 2E | 59 | DF | 4F | 3C | 0 | D | E1 | 49 | 35 |
| Octal | 56 | 131 | 337 | 117 | 74 | 0 | 15 | 341 | 111 | 65 |
| Binary | 101110 | 1011001 | 11011111 | 1001111 | 111100 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #2E59DF
Complementary color
Monochromatic Colors of #2E59DF
Black with #2E59DF
Text Example
Text Example
White with #2E59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E59DF; }
p { color: rgb(46,89,223); }
H1.HeaderClassName
{
color: #2E59DF;
}
.AnyTagClassName
{
color: #2E59DF;
}
</style>
background-color css
<style>
a { background-color: #2E59DF; }
a { background-color: rgb(46,89,223); }
div.DivClassName
{
background-color: #2E59DF;
}
.BgClassName
{
background-color: #2E59DF;
}
</style>
border-color css
<style>
span { border-color: #2E59DF; }
span { border-color: rgb(46,89,223); }
td.TdClassName
{
border-color: #2E59DF;
}
.TagClassName
{
border-color: #2E59DF;
}
</style>