Shades of Royal Blue #2E6EEB
Tints of Royal Blue #2E6EEB
RGB
CMYK
RGB Variations
Color information
#2E6EEB (or 0x2E6EEB) is known color: Royal Blue. HEX triplet: 2E, 6E and EB. RGB value is (46,110,235). Sum of RGB (Red+Green+Blue) = 46+110+235=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E6EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6EEB is #D19114. Grayscale: #686868. Windows color (decimal): -13734165 or 15429166. OLE color: 15429166.
HSL color Cylindrical-coordinate representation of color #2E6EEB: hue angle of 219.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6EEB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 110 | 235 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.08 |
| HSL | 219.68º | 0.83% | 0.55% | - |
| HSV(B) | 219.68º | 0.8% | 0.92% | - |
| XYZ | 21.7 | 17.73 | 80.88 | - |
| YUV | 105.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 235 | 0.80 | 0.53 | 0 | 0.08 | 219.68 | 0.83 | 0.55 |
| Hex | 2E | 6E | EB | 50 | 35 | 0 | 8 | DC | 53 | 37 |
| Octal | 56 | 156 | 353 | 120 | 65 | 0 | 10 | 334 | 123 | 67 |
| Binary | 101110 | 1101110 | 11101011 | 1010000 | 110101 | 0 | 1000 | 11011100 | 1010011 | 110111 |
Color Harmonies of #2E6EEB
Complementary color
Monochromatic Colors of #2E6EEB
Black with #2E6EEB
Text Example
Text Example
White with #2E6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6EEB; }
p { color: rgb(46,110,235); }
H1.HeaderClassName
{
color: #2E6EEB;
}
.AnyTagClassName
{
color: #2E6EEB;
}
</style>
background-color css
<style>
a { background-color: #2E6EEB; }
a { background-color: rgb(46,110,235); }
div.DivClassName
{
background-color: #2E6EEB;
}
.BgClassName
{
background-color: #2E6EEB;
}
</style>
border-color css
<style>
span { border-color: #2E6EEB; }
span { border-color: rgb(46,110,235); }
td.TdClassName
{
border-color: #2E6EEB;
}
.TagClassName
{
border-color: #2E6EEB;
}
</style>