Shades of Royal Blue #2E6AEE
Tints of Royal Blue #2E6AEE
RGB
CMYK
RGB Variations
Color information
#2E6AEE (or 0x2E6AEE) is known color: Royal Blue. HEX triplet: 2E, 6A and EE. RGB value is (46,106,238). Sum of RGB (Red+Green+Blue) = 46+106+238=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E6AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AEE is #D19511. Grayscale: #666666. Windows color (decimal): -13735186 or 15624750. OLE color: 15624750.
HSL color Cylindrical-coordinate representation of color #2E6AEE: hue angle of 221.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6AEE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 106 | 238 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.07 |
| HSL | 221.25º | 0.85% | 0.56% | - |
| HSV(B) | 221.25º | 0.81% | 0.93% | - |
| XYZ | 21.71 | 17.06 | 83.04 | - |
| YUV | 103.11 | 204.12 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 238 | 0.81 | 0.55 | 0 | 0.07 | 221.25 | 0.85 | 0.56 |
| Hex | 2E | 6A | EE | 51 | 37 | 0 | 7 | DD | 55 | 38 |
| Octal | 56 | 152 | 356 | 121 | 67 | 0 | 7 | 335 | 125 | 70 |
| Binary | 101110 | 1101010 | 11101110 | 1010001 | 110111 | 0 | 111 | 11011101 | 1010101 | 111000 |
Color Harmonies of #2E6AEE
Complementary color
Monochromatic Colors of #2E6AEE
Black with #2E6AEE
Text Example
Text Example
White with #2E6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AEE; }
p { color: rgb(46,106,238); }
H1.HeaderClassName
{
color: #2E6AEE;
}
.AnyTagClassName
{
color: #2E6AEE;
}
</style>
background-color css
<style>
a { background-color: #2E6AEE; }
a { background-color: rgb(46,106,238); }
div.DivClassName
{
background-color: #2E6AEE;
}
.BgClassName
{
background-color: #2E6AEE;
}
</style>
border-color css
<style>
span { border-color: #2E6AEE; }
span { border-color: rgb(46,106,238); }
td.TdClassName
{
border-color: #2E6AEE;
}
.TagClassName
{
border-color: #2E6AEE;
}
</style>