Shades of Royal Blue #2E7FDC
Tints of Royal Blue #2E7FDC
RGB
CMYK
RGB Variations
Color information
#2E7FDC (or 0x2E7FDC) is known color: Royal Blue. HEX triplet: 2E, 7F and DC. RGB value is (46,127,220). Sum of RGB (Red+Green+Blue) = 46+127+220=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FDC is #D18023. Grayscale: #707070. Windows color (decimal): -13729828 or 14450478. OLE color: 14450478.
HSL color Cylindrical-coordinate representation of color #2E7FDC: hue angle of 212.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E7FDC is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 127 | 220 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.14 |
| HSL | 212.07º | 0.71% | 0.52% | - |
| HSV(B) | 212.07º | 0.79% | 0.86% | - |
| XYZ | 21.63 | 20.93 | 70.61 | - |
| YUV | 113.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 220 | 0.79 | 0.42 | 0 | 0.14 | 212.07 | 0.71 | 0.52 |
| Hex | 2E | 7F | DC | 4F | 2A | 0 | E | D4 | 47 | 34 |
| Octal | 56 | 177 | 334 | 117 | 52 | 0 | 16 | 324 | 107 | 64 |
| Binary | 101110 | 1111111 | 11011100 | 1001111 | 101010 | 0 | 1110 | 11010100 | 1000111 | 110100 |
Color Harmonies of #2E7FDC
Complementary color
Monochromatic Colors of #2E7FDC
Black with #2E7FDC
Text Example
Text Example
White with #2E7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7FDC; }
p { color: rgb(46,127,220); }
H1.HeaderClassName
{
color: #2E7FDC;
}
.AnyTagClassName
{
color: #2E7FDC;
}
</style>
background-color css
<style>
a { background-color: #2E7FDC; }
a { background-color: rgb(46,127,220); }
div.DivClassName
{
background-color: #2E7FDC;
}
.BgClassName
{
background-color: #2E7FDC;
}
</style>
border-color css
<style>
span { border-color: #2E7FDC; }
span { border-color: rgb(46,127,220); }
td.TdClassName
{
border-color: #2E7FDC;
}
.TagClassName
{
border-color: #2E7FDC;
}
</style>