Shades of Royal Blue #2E6EF5
Tints of Royal Blue #2E6EF5
RGB
CMYK
RGB Variations
Color information
#2E6EF5 (or 0x2E6EF5) is known color: Royal Blue. HEX triplet: 2E, 6E and F5. RGB value is (46,110,245). Sum of RGB (Red+Green+Blue) = 46+110+245=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E6EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6EF5 is #D1910A. Grayscale: #696969. Windows color (decimal): -13734155 or 16084526. OLE color: 16084526.
HSL color Cylindrical-coordinate representation of color #2E6EF5: hue angle of 220.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6EF5 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 110 | 245 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.04 |
| HSL | 220.7º | 0.91% | 0.57% | - |
| HSV(B) | 220.7º | 0.81% | 0.96% | - |
| XYZ | 23.18 | 18.33 | 88.7 | - |
| YUV | 106.25 | 206.3 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 245 | 0.81 | 0.55 | 0 | 0.04 | 220.7 | 0.91 | 0.57 |
| Hex | 2E | 6E | F5 | 51 | 37 | 0 | 4 | DD | 5B | 39 |
| Octal | 56 | 156 | 365 | 121 | 67 | 0 | 4 | 335 | 133 | 71 |
| Binary | 101110 | 1101110 | 11110101 | 1010001 | 110111 | 0 | 100 | 11011101 | 1011011 | 111001 |
Color Harmonies of #2E6EF5
Complementary color
Monochromatic Colors of #2E6EF5
Black with #2E6EF5
Text Example
Text Example
White with #2E6EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6EF5; }
p { color: rgb(46,110,245); }
H1.HeaderClassName
{
color: #2E6EF5;
}
.AnyTagClassName
{
color: #2E6EF5;
}
</style>
background-color css
<style>
a { background-color: #2E6EF5; }
a { background-color: rgb(46,110,245); }
div.DivClassName
{
background-color: #2E6EF5;
}
.BgClassName
{
background-color: #2E6EF5;
}
</style>
border-color css
<style>
span { border-color: #2E6EF5; }
span { border-color: rgb(46,110,245); }
td.TdClassName
{
border-color: #2E6EF5;
}
.TagClassName
{
border-color: #2E6EF5;
}
</style>