Shades of Royal Blue #2E70DE
Tints of Royal Blue #2E70DE
RGB
CMYK
RGB Variations
Color information
#2E70DE (or 0x2E70DE) is known color: Royal Blue. HEX triplet: 2E, 70 and DE. RGB value is (46,112,222). Sum of RGB (Red+Green+Blue) = 46+112+222=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E70DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E70DE is #D18F21. Grayscale: #686868. Windows color (decimal): -13733666 or 14577710. OLE color: 14577710.
HSL color Cylindrical-coordinate representation of color #2E70DE: hue angle of 217.5º 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 #2E70DE is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 112 | 222 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.13 |
| HSL | 217.5º | 0.73% | 0.53% | - |
| HSV(B) | 217.5º | 0.79% | 0.87% | - |
| XYZ | 20.11 | 17.44 | 71.41 | - |
| YUV | 104.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 222 | 0.79 | 0.50 | 0 | 0.13 | 217.5 | 0.73 | 0.53 |
| Hex | 2E | 70 | DE | 4F | 32 | 0 | D | DA | 49 | 35 |
| Octal | 56 | 160 | 336 | 117 | 62 | 0 | 15 | 332 | 111 | 65 |
| Binary | 101110 | 1110000 | 11011110 | 1001111 | 110010 | 0 | 1101 | 11011010 | 1001001 | 110101 |
Color Harmonies of #2E70DE
Complementary color
Monochromatic Colors of #2E70DE
Black with #2E70DE
Text Example
Text Example
White with #2E70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E70DE; }
p { color: rgb(46,112,222); }
H1.HeaderClassName
{
color: #2E70DE;
}
.AnyTagClassName
{
color: #2E70DE;
}
</style>
background-color css
<style>
a { background-color: #2E70DE; }
a { background-color: rgb(46,112,222); }
div.DivClassName
{
background-color: #2E70DE;
}
.BgClassName
{
background-color: #2E70DE;
}
</style>
border-color css
<style>
span { border-color: #2E70DE; }
span { border-color: rgb(46,112,222); }
td.TdClassName
{
border-color: #2E70DE;
}
.TagClassName
{
border-color: #2E70DE;
}
</style>