Shades of Royal Blue #2E6EDF
Tints of Royal Blue #2E6EDF
RGB
CMYK
RGB Variations
Color information
#2E6EDF (or 0x2E6EDF) is known color: Royal Blue. HEX triplet: 2E, 6E and DF. RGB value is (46,110,223). Sum of RGB (Red+Green+Blue) = 46+110+223=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E6EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6EDF is #D19120. Grayscale: #676767. Windows color (decimal): -13734177 or 14642734. OLE color: 14642734.
HSL color Cylindrical-coordinate representation of color #2E6EDF: hue angle of 218.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6EDF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 110 | 223 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.13 |
| HSL | 218.31º | 0.73% | 0.53% | - |
| HSV(B) | 218.31º | 0.79% | 0.87% | - |
| XYZ | 20.02 | 17.06 | 72.05 | - |
| YUV | 103.75 | 195.3 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 223 | 0.79 | 0.51 | 0 | 0.13 | 218.31 | 0.73 | 0.53 |
| Hex | 2E | 6E | DF | 4F | 33 | 0 | D | DA | 49 | 35 |
| Octal | 56 | 156 | 337 | 117 | 63 | 0 | 15 | 332 | 111 | 65 |
| Binary | 101110 | 1101110 | 11011111 | 1001111 | 110011 | 0 | 1101 | 11011010 | 1001001 | 110101 |
Color Harmonies of #2E6EDF
Complementary color
Monochromatic Colors of #2E6EDF
Black with #2E6EDF
Text Example
Text Example
White with #2E6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6EDF; }
p { color: rgb(46,110,223); }
H1.HeaderClassName
{
color: #2E6EDF;
}
.AnyTagClassName
{
color: #2E6EDF;
}
</style>
background-color css
<style>
a { background-color: #2E6EDF; }
a { background-color: rgb(46,110,223); }
div.DivClassName
{
background-color: #2E6EDF;
}
.BgClassName
{
background-color: #2E6EDF;
}
</style>
border-color css
<style>
span { border-color: #2E6EDF; }
span { border-color: rgb(46,110,223); }
td.TdClassName
{
border-color: #2E6EDF;
}
.TagClassName
{
border-color: #2E6EDF;
}
</style>