Shades of Royal Blue #4063EC
Tints of Royal Blue #4063EC
RGB
CMYK
RGB Variations
Color information
#4063EC (or 0x4063EC) is known color: Royal Blue. HEX triplet: 40, 63 and EC. RGB value is (64,99,236). Sum of RGB (Red+Green+Blue) = 64+99+236=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #4063EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063EC is #BF9C13. Grayscale: #676767. Windows color (decimal): -12557332 or 15491904. OLE color: 15491904.
HSL color Cylindrical-coordinate representation of color #4063EC: hue angle of 227.79º 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 #4063EC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 99 | 236 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.07 |
| HSL | 227.79º | 0.82% | 0.59% | - |
| HSV(B) | 227.79º | 0.73% | 0.93% | - |
| XYZ | 21.72 | 16.07 | 81.31 | - |
| YUV | 104.15 | 202.4 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 236 | 0.73 | 0.58 | 0 | 0.07 | 227.79 | 0.82 | 0.59 |
| Hex | 40 | 63 | EC | 49 | 3A | 0 | 7 | E4 | 52 | 3B |
| Octal | 100 | 143 | 354 | 111 | 72 | 0 | 7 | 344 | 122 | 73 |
| Binary | 1000000 | 1100011 | 11101100 | 1001001 | 111010 | 0 | 111 | 11100100 | 1010010 | 111011 |
Color Harmonies of #4063EC
Complementary color
Monochromatic Colors of #4063EC
Black with #4063EC
Text Example
Text Example
White with #4063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063EC; }
p { color: rgb(64,99,236); }
H1.HeaderClassName
{
color: #4063EC;
}
.AnyTagClassName
{
color: #4063EC;
}
</style>
background-color css
<style>
a { background-color: #4063EC; }
a { background-color: rgb(64,99,236); }
div.DivClassName
{
background-color: #4063EC;
}
.BgClassName
{
background-color: #4063EC;
}
</style>
border-color css
<style>
span { border-color: #4063EC; }
span { border-color: rgb(64,99,236); }
td.TdClassName
{
border-color: #4063EC;
}
.TagClassName
{
border-color: #4063EC;
}
</style>