Shades of Royal Blue #2E6AFF
Tints of Royal Blue #2E6AFF
RGB
CMYK
RGB Variations
Color information
#2E6AFF (or 0x2E6AFF) is known color: Royal Blue. HEX triplet: 2E, 6A and FF. RGB value is (46,106,255). Sum of RGB (Red+Green+Blue) = 46+106+255=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AFF is #D19500. Grayscale: #686868. Windows color (decimal): -13735169 or 16738862. OLE color: 16738862.
HSL color Cylindrical-coordinate representation of color #2E6AFF: hue angle of 222.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6AFF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 106 | 255 | - |
| CMYK | 0.82 | 0.58 | 0 | 0 |
| HSL | 222.78º | 1% | 0.59% | - |
| HSV(B) | 222.78º | 0.82% | 1% | - |
| XYZ | 24.33 | 18.11 | 96.82 | - |
| YUV | 105.05 | 212.62 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 255 | 0.82 | 0.58 | 0 | 0 | 222.78 | 1 | 0.59 |
| Hex | 2E | 6A | FF | 52 | 3A | 0 | 0 | DF | 64 | 3B |
| Octal | 56 | 152 | 377 | 122 | 72 | 0 | 0 | 337 | 144 | 73 |
| Binary | 101110 | 1101010 | 11111111 | 1010010 | 111010 | 0 | 0 | 11011111 | 1100100 | 111011 |
Color Harmonies of #2E6AFF
Complementary color
Monochromatic Colors of #2E6AFF
Black with #2E6AFF
Text Example
Text Example
White with #2E6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AFF; }
p { color: rgb(46,106,255); }
H1.HeaderClassName
{
color: #2E6AFF;
}
.AnyTagClassName
{
color: #2E6AFF;
}
</style>
background-color css
<style>
a { background-color: #2E6AFF; }
a { background-color: rgb(46,106,255); }
div.DivClassName
{
background-color: #2E6AFF;
}
.BgClassName
{
background-color: #2E6AFF;
}
</style>
border-color css
<style>
span { border-color: #2E6AFF; }
span { border-color: rgb(46,106,255); }
td.TdClassName
{
border-color: #2E6AFF;
}
.TagClassName
{
border-color: #2E6AFF;
}
</style>