Shades of Royal Blue #4064EC
Tints of Royal Blue #4064EC
RGB
CMYK
RGB Variations
Color information
#4064EC (or 0x4064EC) is known color: Royal Blue. HEX triplet: 40, 64 and EC. RGB value is (64,100,236). Sum of RGB (Red+Green+Blue) = 64+100+236=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #4064EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064EC is #BF9B13. Grayscale: #686868. Windows color (decimal): -12557076 or 15492160. OLE color: 15492160.
HSL color Cylindrical-coordinate representation of color #4064EC: hue angle of 227.44º 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 #4064EC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 100 | 236 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.07 |
| HSL | 227.44º | 0.82% | 0.59% | - |
| HSV(B) | 227.44º | 0.73% | 0.93% | - |
| XYZ | 21.81 | 16.26 | 81.35 | - |
| YUV | 104.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 236 | 0.73 | 0.58 | 0 | 0.07 | 227.44 | 0.82 | 0.59 |
| Hex | 40 | 64 | EC | 49 | 3A | 0 | 7 | E3 | 52 | 3B |
| Octal | 100 | 144 | 354 | 111 | 72 | 0 | 7 | 343 | 122 | 73 |
| Binary | 1000000 | 1100100 | 11101100 | 1001001 | 111010 | 0 | 111 | 11100011 | 1010010 | 111011 |
Color Harmonies of #4064EC
Complementary color
Monochromatic Colors of #4064EC
Black with #4064EC
Text Example
Text Example
White with #4064EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064EC; }
p { color: rgb(64,100,236); }
H1.HeaderClassName
{
color: #4064EC;
}
.AnyTagClassName
{
color: #4064EC;
}
</style>
background-color css
<style>
a { background-color: #4064EC; }
a { background-color: rgb(64,100,236); }
div.DivClassName
{
background-color: #4064EC;
}
.BgClassName
{
background-color: #4064EC;
}
</style>
border-color css
<style>
span { border-color: #4064EC; }
span { border-color: rgb(64,100,236); }
td.TdClassName
{
border-color: #4064EC;
}
.TagClassName
{
border-color: #4064EC;
}
</style>