Shades of Royal Blue #2E58DB
Tints of Royal Blue #2E58DB
RGB
CMYK
RGB Variations
Color information
#2E58DB (or 0x2E58DB) is known color: Royal Blue. HEX triplet: 2E, 58 and DB. RGB value is (46,88,219). Sum of RGB (Red+Green+Blue) = 46+88+219=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E58DB is #D1A724. Grayscale: #595959. Windows color (decimal): -13739813 or 14374958. OLE color: 14374958.
HSL color Cylindrical-coordinate representation of color #2E58DB: hue angle of 225.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E58DB is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 88 | 219 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.14 |
| HSL | 225.43º | 0.71% | 0.52% | - |
| HSV(B) | 225.43º | 0.79% | 0.86% | - |
| XYZ | 17.4 | 12.67 | 68.55 | - |
| YUV | 90.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 219 | 0.79 | 0.60 | 0 | 0.14 | 225.43 | 0.71 | 0.52 |
| Hex | 2E | 58 | DB | 4F | 3C | 0 | E | E1 | 47 | 34 |
| Octal | 56 | 130 | 333 | 117 | 74 | 0 | 16 | 341 | 107 | 64 |
| Binary | 101110 | 1011000 | 11011011 | 1001111 | 111100 | 0 | 1110 | 11100001 | 1000111 | 110100 |
Color Harmonies of #2E58DB
Complementary color
Monochromatic Colors of #2E58DB
Black with #2E58DB
Text Example
Text Example
White with #2E58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E58DB; }
p { color: rgb(46,88,219); }
H1.HeaderClassName
{
color: #2E58DB;
}
.AnyTagClassName
{
color: #2E58DB;
}
</style>
background-color css
<style>
a { background-color: #2E58DB; }
a { background-color: rgb(46,88,219); }
div.DivClassName
{
background-color: #2E58DB;
}
.BgClassName
{
background-color: #2E58DB;
}
</style>
border-color css
<style>
span { border-color: #2E58DB; }
span { border-color: rgb(46,88,219); }
td.TdClassName
{
border-color: #2E58DB;
}
.TagClassName
{
border-color: #2E58DB;
}
</style>