Shades of Royal Blue #2E5EF6
Tints of Royal Blue #2E5EF6
RGB
CMYK
RGB Variations
Color information
#2E5EF6 (or 0x2E5EF6) is known color: Royal Blue. HEX triplet: 2E, 5E and F6. RGB value is (46,94,246). Sum of RGB (Red+Green+Blue) = 46+94+246=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #2E5EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5EF6 is #D1A109. Grayscale: #606060. Windows color (decimal): -13738250 or 16145966. OLE color: 16145966.
HSL color Cylindrical-coordinate representation of color #2E5EF6: hue angle of 225.6º degrees, saturation: 0.92, 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 #2E5EF6 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 94 | 246 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.04 |
| HSL | 225.6º | 0.92% | 0.57% | - |
| HSV(B) | 225.6º | 0.81% | 0.96% | - |
| XYZ | 21.76 | 15.24 | 88.98 | - |
| YUV | 96.98 | 212.1 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 94 | 246 | 0.81 | 0.62 | 0 | 0.04 | 225.6 | 0.92 | 0.57 |
| Hex | 2E | 5E | F6 | 51 | 3E | 0 | 4 | E2 | 5C | 39 |
| Octal | 56 | 136 | 366 | 121 | 76 | 0 | 4 | 342 | 134 | 71 |
| Binary | 101110 | 1011110 | 11110110 | 1010001 | 111110 | 0 | 100 | 11100010 | 1011100 | 111001 |
Color Harmonies of #2E5EF6
Complementary color
Monochromatic Colors of #2E5EF6
Black with #2E5EF6
Text Example
Text Example
White with #2E5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5EF6; }
p { color: rgb(46,94,246); }
H1.HeaderClassName
{
color: #2E5EF6;
}
.AnyTagClassName
{
color: #2E5EF6;
}
</style>
background-color css
<style>
a { background-color: #2E5EF6; }
a { background-color: rgb(46,94,246); }
div.DivClassName
{
background-color: #2E5EF6;
}
.BgClassName
{
background-color: #2E5EF6;
}
</style>
border-color css
<style>
span { border-color: #2E5EF6; }
span { border-color: rgb(46,94,246); }
td.TdClassName
{
border-color: #2E5EF6;
}
.TagClassName
{
border-color: #2E5EF6;
}
</style>