Shades of Royal Blue #2E6FEE
Tints of Royal Blue #2E6FEE
RGB
CMYK
RGB Variations
Color information
#2E6FEE (or 0x2E6FEE) is known color: Royal Blue. HEX triplet: 2E, 6F and EE. RGB value is (46,111,238). Sum of RGB (Red+Green+Blue) = 46+111+238=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E6FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FEE is #D19011. Grayscale: #696969. Windows color (decimal): -13733906 or 15626030. OLE color: 15626030.
HSL color Cylindrical-coordinate representation of color #2E6FEE: hue angle of 219.69º 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 #2E6FEE is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 111 | 238 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.07 |
| HSL | 219.69º | 0.85% | 0.56% | - |
| HSV(B) | 219.69º | 0.81% | 0.93% | - |
| XYZ | 22.24 | 18.12 | 83.21 | - |
| YUV | 106.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 238 | 0.81 | 0.53 | 0 | 0.07 | 219.69 | 0.85 | 0.56 |
| Hex | 2E | 6F | EE | 51 | 35 | 0 | 7 | DC | 55 | 38 |
| Octal | 56 | 157 | 356 | 121 | 65 | 0 | 7 | 334 | 125 | 70 |
| Binary | 101110 | 1101111 | 11101110 | 1010001 | 110101 | 0 | 111 | 11011100 | 1010101 | 111000 |
Color Harmonies of #2E6FEE
Complementary color
Monochromatic Colors of #2E6FEE
Black with #2E6FEE
Text Example
Text Example
White with #2E6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FEE; }
p { color: rgb(46,111,238); }
H1.HeaderClassName
{
color: #2E6FEE;
}
.AnyTagClassName
{
color: #2E6FEE;
}
</style>
background-color css
<style>
a { background-color: #2E6FEE; }
a { background-color: rgb(46,111,238); }
div.DivClassName
{
background-color: #2E6FEE;
}
.BgClassName
{
background-color: #2E6FEE;
}
</style>
border-color css
<style>
span { border-color: #2E6FEE; }
span { border-color: rgb(46,111,238); }
td.TdClassName
{
border-color: #2E6FEE;
}
.TagClassName
{
border-color: #2E6FEE;
}
</style>