Shades of Royal Blue #2E58EF
Tints of Royal Blue #2E58EF
RGB
CMYK
RGB Variations
Color information
#2E58EF (or 0x2E58EF) is known color: Royal Blue. HEX triplet: 2E, 58 and EF. RGB value is (46,88,239). Sum of RGB (Red+Green+Blue) = 46+88+239=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E58EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E58EF is #D1A710. Grayscale: #5C5C5C. Windows color (decimal): -13739793 or 15685678. OLE color: 15685678.
HSL color Cylindrical-coordinate representation of color #2E58EF: hue angle of 226.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E58EF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 88 | 239 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.06 |
| HSL | 226.94º | 0.86% | 0.56% | - |
| HSV(B) | 226.94º | 0.81% | 0.94% | - |
| XYZ | 20.2 | 13.79 | 83.26 | - |
| YUV | 92.66 | 210.59 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 239 | 0.81 | 0.63 | 0 | 0.06 | 226.94 | 0.86 | 0.56 |
| Hex | 2E | 58 | EF | 51 | 3F | 0 | 6 | E3 | 56 | 38 |
| Octal | 56 | 130 | 357 | 121 | 77 | 0 | 6 | 343 | 126 | 70 |
| Binary | 101110 | 1011000 | 11101111 | 1010001 | 111111 | 0 | 110 | 11100011 | 1010110 | 111000 |
Color Harmonies of #2E58EF
Complementary color
Monochromatic Colors of #2E58EF
Black with #2E58EF
Text Example
Text Example
White with #2E58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E58EF; }
p { color: rgb(46,88,239); }
H1.HeaderClassName
{
color: #2E58EF;
}
.AnyTagClassName
{
color: #2E58EF;
}
</style>
background-color css
<style>
a { background-color: #2E58EF; }
a { background-color: rgb(46,88,239); }
div.DivClassName
{
background-color: #2E58EF;
}
.BgClassName
{
background-color: #2E58EF;
}
</style>
border-color css
<style>
span { border-color: #2E58EF; }
span { border-color: rgb(46,88,239); }
td.TdClassName
{
border-color: #2E58EF;
}
.TagClassName
{
border-color: #2E58EF;
}
</style>