Shades of Royal Blue #2E7FDF
Tints of Royal Blue #2E7FDF
RGB
CMYK
RGB Variations
Color information
#2E7FDF (or 0x2E7FDF) is known color: Royal Blue. HEX triplet: 2E, 7F and DF. RGB value is (46,127,223). Sum of RGB (Red+Green+Blue) = 46+127+223=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E7FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7FDF is #D18020. Grayscale: #717171. Windows color (decimal): -13729825 or 14647086. OLE color: 14647086.
HSL color Cylindrical-coordinate representation of color #2E7FDF: hue angle of 212.54º 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 #2E7FDF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 127 | 223 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.13 |
| HSL | 212.54º | 0.73% | 0.53% | - |
| HSV(B) | 212.54º | 0.79% | 0.87% | - |
| XYZ | 22.04 | 21.09 | 72.72 | - |
| YUV | 113.73 | 189.66 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 223 | 0.79 | 0.43 | 0 | 0.13 | 212.54 | 0.73 | 0.53 |
| Hex | 2E | 7F | DF | 4F | 2B | 0 | D | D5 | 49 | 35 |
| Octal | 56 | 177 | 337 | 117 | 53 | 0 | 15 | 325 | 111 | 65 |
| Binary | 101110 | 1111111 | 11011111 | 1001111 | 101011 | 0 | 1101 | 11010101 | 1001001 | 110101 |
Color Harmonies of #2E7FDF
Complementary color
Monochromatic Colors of #2E7FDF
Black with #2E7FDF
Text Example
Text Example
White with #2E7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7FDF; }
p { color: rgb(46,127,223); }
H1.HeaderClassName
{
color: #2E7FDF;
}
.AnyTagClassName
{
color: #2E7FDF;
}
</style>
background-color css
<style>
a { background-color: #2E7FDF; }
a { background-color: rgb(46,127,223); }
div.DivClassName
{
background-color: #2E7FDF;
}
.BgClassName
{
background-color: #2E7FDF;
}
</style>
border-color css
<style>
span { border-color: #2E7FDF; }
span { border-color: rgb(46,127,223); }
td.TdClassName
{
border-color: #2E7FDF;
}
.TagClassName
{
border-color: #2E7FDF;
}
</style>