Shades of Royal Blue #2E6DFE
Tints of Royal Blue #2E6DFE
RGB
CMYK
RGB Variations
Color information
#2E6DFE (or 0x2E6DFE) is known color: Royal Blue. HEX triplet: 2E, 6D and FE. RGB value is (46,109,254). Sum of RGB (Red+Green+Blue) = 46+109+254=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6DFE is #D19201. Grayscale: #6A6A6A. Windows color (decimal): -13734402 or 16674094. OLE color: 16674094.
HSL color Cylindrical-coordinate representation of color #2E6DFE: hue angle of 221.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6DFE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 109 | 254 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.00 |
| HSL | 221.83º | 0.99% | 0.59% | - |
| HSV(B) | 221.83º | 0.82% | 1% | - |
| XYZ | 24.48 | 18.67 | 96.08 | - |
| YUV | 106.69 | 211.13 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 254 | 0.82 | 0.57 | 0 | 0.00 | 221.83 | 0.99 | 0.59 |
| Hex | 2E | 6D | FE | 52 | 39 | 0 | 0 | DE | 63 | 3B |
| Octal | 56 | 155 | 376 | 122 | 71 | 0 | 0 | 336 | 143 | 73 |
| Binary | 101110 | 1101101 | 11111110 | 1010010 | 111001 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #2E6DFE
Complementary color
Monochromatic Colors of #2E6DFE
Black with #2E6DFE
Text Example
Text Example
White with #2E6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6DFE; }
p { color: rgb(46,109,254); }
H1.HeaderClassName
{
color: #2E6DFE;
}
.AnyTagClassName
{
color: #2E6DFE;
}
</style>
background-color css
<style>
a { background-color: #2E6DFE; }
a { background-color: rgb(46,109,254); }
div.DivClassName
{
background-color: #2E6DFE;
}
.BgClassName
{
background-color: #2E6DFE;
}
</style>
border-color css
<style>
span { border-color: #2E6DFE; }
span { border-color: rgb(46,109,254); }
td.TdClassName
{
border-color: #2E6DFE;
}
.TagClassName
{
border-color: #2E6DFE;
}
</style>