Shades of Royal Blue #2E6DE8
Tints of Royal Blue #2E6DE8
RGB
CMYK
RGB Variations
Color information
#2E6DE8 (or 0x2E6DE8) is known color: Royal Blue. HEX triplet: 2E, 6D and E8. RGB value is (46,109,232). Sum of RGB (Red+Green+Blue) = 46+109+232=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #2E6DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6DE8 is #D19217. Grayscale: #676767. Windows color (decimal): -13734424 or 15232302. OLE color: 15232302.
HSL color Cylindrical-coordinate representation of color #2E6DE8: hue angle of 219.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6DE8 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 109 | 232 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.09 |
| HSL | 219.68º | 0.8% | 0.55% | - |
| HSV(B) | 219.68º | 0.8% | 0.91% | - |
| XYZ | 21.16 | 17.34 | 78.58 | - |
| YUV | 104.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 232 | 0.80 | 0.53 | 0 | 0.09 | 219.68 | 0.8 | 0.55 |
| Hex | 2E | 6D | E8 | 50 | 35 | 0 | 9 | DC | 50 | 37 |
| Octal | 56 | 155 | 350 | 120 | 65 | 0 | 11 | 334 | 120 | 67 |
| Binary | 101110 | 1101101 | 11101000 | 1010000 | 110101 | 0 | 1001 | 11011100 | 1010000 | 110111 |
Color Harmonies of #2E6DE8
Complementary color
Monochromatic Colors of #2E6DE8
Black with #2E6DE8
Text Example
Text Example
White with #2E6DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6DE8; }
p { color: rgb(46,109,232); }
H1.HeaderClassName
{
color: #2E6DE8;
}
.AnyTagClassName
{
color: #2E6DE8;
}
</style>
background-color css
<style>
a { background-color: #2E6DE8; }
a { background-color: rgb(46,109,232); }
div.DivClassName
{
background-color: #2E6DE8;
}
.BgClassName
{
background-color: #2E6DE8;
}
</style>
border-color css
<style>
span { border-color: #2E6DE8; }
span { border-color: rgb(46,109,232); }
td.TdClassName
{
border-color: #2E6DE8;
}
.TagClassName
{
border-color: #2E6DE8;
}
</style>