Shades of Royal Blue #2E6ED6
Tints of Royal Blue #2E6ED6
RGB
CMYK
RGB Variations
Color information
#2E6ED6 (or 0x2E6ED6) is known color: Royal Blue. HEX triplet: 2E, 6E and D6. RGB value is (46,110,214). Sum of RGB (Red+Green+Blue) = 46+110+214=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #2E6ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ED6 is #D19129. Grayscale: #666666. Windows color (decimal): -13734186 or 14052910. OLE color: 14052910.
HSL color Cylindrical-coordinate representation of color #2E6ED6: hue angle of 217.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6ED6 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 46 | 110 | 214 | - |
CMYK | 0.79 | 0.49 | 0 | 0.16 |
HSL | 217.14º | 0.67% | 0.51% | - |
HSV(B) | 217.14º | 0.79% | 0.84% | - |
XYZ | 18.84 | 16.59 | 65.83 | - |
YUV | 102.72 | 190.8 | 87.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 110 | 214 | 0.79 | 0.49 | 0 | 0.16 | 217.14 | 0.67 | 0.51 |
Hex | 2E | 6E | D6 | 4F | 31 | 0 | 10 | D9 | 43 | 33 |
Octal | 56 | 156 | 326 | 117 | 61 | 0 | 20 | 331 | 103 | 63 |
Binary | 101110 | 1101110 | 11010110 | 1001111 | 110001 | 0 | 10000 | 11011001 | 1000011 | 110011 |
Color Harmonies of #2E6ED6
Complementary color
Monochromatic Colors of #2E6ED6
Black with #2E6ED6
Text Example
Text Example
White with #2E6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6ED6; }
p { color: rgb(46,110,214); }
H1.HeaderClassName
{
color: #2E6ED6;
}
.AnyTagClassName
{
color: #2E6ED6;
}
</style>
background-color css
<style>
a { background-color: #2E6ED6; }
a { background-color: rgb(46,110,214); }
div.DivClassName
{
background-color: #2E6ED6;
}
.BgClassName
{
background-color: #2E6ED6;
}
</style>
border-color css
<style>
span { border-color: #2E6ED6; }
span { border-color: rgb(46,110,214); }
td.TdClassName
{
border-color: #2E6ED6;
}
.TagClassName
{
border-color: #2E6ED6;
}
</style>