Shades of Royal Blue #4070EC
Tints of Royal Blue #4070EC
RGB
CMYK
RGB Variations
Color information
#4070EC (or 0x4070EC) is known color: Royal Blue. HEX triplet: 40, 70 and EC. RGB value is (64,112,236). Sum of RGB (Red+Green+Blue) = 64+112+236=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #4070EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4070EC is #BF8F13. Grayscale: #6F6F6F. Windows color (decimal): -12554004 or 15495232. OLE color: 15495232.
HSL color Cylindrical-coordinate representation of color #4070EC: hue angle of 223.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4070EC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 112 | 236 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.07 |
| HSL | 223.26º | 0.82% | 0.59% | - |
| HSV(B) | 223.26º | 0.73% | 0.93% | - |
| XYZ | 23.05 | 18.73 | 81.76 | - |
| YUV | 111.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 236 | 0.73 | 0.53 | 0 | 0.07 | 223.26 | 0.82 | 0.59 |
| Hex | 40 | 70 | EC | 49 | 35 | 0 | 7 | DF | 52 | 3B |
| Octal | 100 | 160 | 354 | 111 | 65 | 0 | 7 | 337 | 122 | 73 |
| Binary | 1000000 | 1110000 | 11101100 | 1001001 | 110101 | 0 | 111 | 11011111 | 1010010 | 111011 |
Color Harmonies of #4070EC
Complementary color
Monochromatic Colors of #4070EC
Black with #4070EC
Text Example
Text Example
White with #4070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070EC; }
p { color: rgb(64,112,236); }
H1.HeaderClassName
{
color: #4070EC;
}
.AnyTagClassName
{
color: #4070EC;
}
</style>
background-color css
<style>
a { background-color: #4070EC; }
a { background-color: rgb(64,112,236); }
div.DivClassName
{
background-color: #4070EC;
}
.BgClassName
{
background-color: #4070EC;
}
</style>
border-color css
<style>
span { border-color: #4070EC; }
span { border-color: rgb(64,112,236); }
td.TdClassName
{
border-color: #4070EC;
}
.TagClassName
{
border-color: #4070EC;
}
</style>