Shades of Royal Blue #2E6AF9
Tints of Royal Blue #2E6AF9
RGB
CMYK
RGB Variations
Color information
#2E6AF9 (or 0x2E6AF9) is known color: Royal Blue. HEX triplet: 2E, 6A and F9. RGB value is (46,106,249). Sum of RGB (Red+Green+Blue) = 46+106+249=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E6AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AF9 is #D19506. Grayscale: #676767. Windows color (decimal): -13735175 or 16345646. OLE color: 16345646.
HSL color Cylindrical-coordinate representation of color #2E6AF9: hue angle of 222.27º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6AF9 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 106 | 249 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.02 |
| HSL | 222.27º | 0.94% | 0.58% | - |
| HSV(B) | 222.27º | 0.82% | 0.98% | - |
| XYZ | 23.38 | 17.73 | 91.81 | - |
| YUV | 104.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 249 | 0.82 | 0.57 | 0 | 0.02 | 222.27 | 0.94 | 0.58 |
| Hex | 2E | 6A | F9 | 52 | 39 | 0 | 2 | DE | 5E | 3A |
| Octal | 56 | 152 | 371 | 122 | 71 | 0 | 2 | 336 | 136 | 72 |
| Binary | 101110 | 1101010 | 11111001 | 1010010 | 111001 | 0 | 10 | 11011110 | 1011110 | 111010 |
Color Harmonies of #2E6AF9
Complementary color
Monochromatic Colors of #2E6AF9
Black with #2E6AF9
Text Example
Text Example
White with #2E6AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AF9; }
p { color: rgb(46,106,249); }
H1.HeaderClassName
{
color: #2E6AF9;
}
.AnyTagClassName
{
color: #2E6AF9;
}
</style>
background-color css
<style>
a { background-color: #2E6AF9; }
a { background-color: rgb(46,106,249); }
div.DivClassName
{
background-color: #2E6AF9;
}
.BgClassName
{
background-color: #2E6AF9;
}
</style>
border-color css
<style>
span { border-color: #2E6AF9; }
span { border-color: rgb(46,106,249); }
td.TdClassName
{
border-color: #2E6AF9;
}
.TagClassName
{
border-color: #2E6AF9;
}
</style>