Shades of Royal Blue #2E6BEE
Tints of Royal Blue #2E6BEE
RGB
CMYK
RGB Variations
Color information
#2E6BEE (or 0x2E6BEE) is known color: Royal Blue. HEX triplet: 2E, 6B and EE. RGB value is (46,107,238). Sum of RGB (Red+Green+Blue) = 46+107+238=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E6BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BEE is #D19411. Grayscale: #676767. Windows color (decimal): -13734930 or 15625006. OLE color: 15625006.
HSL color Cylindrical-coordinate representation of color #2E6BEE: hue angle of 220.94º 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 #2E6BEE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 107 | 238 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.07 |
| HSL | 220.94º | 0.85% | 0.56% | - |
| HSV(B) | 220.94º | 0.81% | 0.93% | - |
| XYZ | 21.82 | 17.27 | 83.07 | - |
| YUV | 103.7 | 203.79 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 238 | 0.81 | 0.55 | 0 | 0.07 | 220.94 | 0.85 | 0.56 |
| Hex | 2E | 6B | EE | 51 | 37 | 0 | 7 | DD | 55 | 38 |
| Octal | 56 | 153 | 356 | 121 | 67 | 0 | 7 | 335 | 125 | 70 |
| Binary | 101110 | 1101011 | 11101110 | 1010001 | 110111 | 0 | 111 | 11011101 | 1010101 | 111000 |
Color Harmonies of #2E6BEE
Complementary color
Monochromatic Colors of #2E6BEE
Black with #2E6BEE
Text Example
Text Example
White with #2E6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6BEE; }
p { color: rgb(46,107,238); }
H1.HeaderClassName
{
color: #2E6BEE;
}
.AnyTagClassName
{
color: #2E6BEE;
}
</style>
background-color css
<style>
a { background-color: #2E6BEE; }
a { background-color: rgb(46,107,238); }
div.DivClassName
{
background-color: #2E6BEE;
}
.BgClassName
{
background-color: #2E6BEE;
}
</style>
border-color css
<style>
span { border-color: #2E6BEE; }
span { border-color: rgb(46,107,238); }
td.TdClassName
{
border-color: #2E6BEE;
}
.TagClassName
{
border-color: #2E6BEE;
}
</style>