Shades of Royal Blue #4065EC
Tints of Royal Blue #4065EC
RGB
CMYK
RGB Variations
Color information
#4065EC (or 0x4065EC) is known color: Royal Blue. HEX triplet: 40, 65 and EC. RGB value is (64,101,236). Sum of RGB (Red+Green+Blue) = 64+101+236=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #4065EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4065EC is #BF9A13. Grayscale: #686868. Windows color (decimal): -12556820 or 15492416. OLE color: 15492416.
HSL color Cylindrical-coordinate representation of color #4065EC: hue angle of 227.09º 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 #4065EC is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 101 | 236 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.07 |
| HSL | 227.09º | 0.82% | 0.59% | - |
| HSV(B) | 227.09º | 0.73% | 0.93% | - |
| XYZ | 21.91 | 16.45 | 81.38 | - |
| YUV | 105.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 236 | 0.73 | 0.57 | 0 | 0.07 | 227.09 | 0.82 | 0.59 |
| Hex | 40 | 65 | EC | 49 | 39 | 0 | 7 | E3 | 52 | 3B |
| Octal | 100 | 145 | 354 | 111 | 71 | 0 | 7 | 343 | 122 | 73 |
| Binary | 1000000 | 1100101 | 11101100 | 1001001 | 111001 | 0 | 111 | 11100011 | 1010010 | 111011 |
Color Harmonies of #4065EC
Complementary color
Monochromatic Colors of #4065EC
Black with #4065EC
Text Example
Text Example
White with #4065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065EC; }
p { color: rgb(64,101,236); }
H1.HeaderClassName
{
color: #4065EC;
}
.AnyTagClassName
{
color: #4065EC;
}
</style>
background-color css
<style>
a { background-color: #4065EC; }
a { background-color: rgb(64,101,236); }
div.DivClassName
{
background-color: #4065EC;
}
.BgClassName
{
background-color: #4065EC;
}
</style>
border-color css
<style>
span { border-color: #4065EC; }
span { border-color: rgb(64,101,236); }
td.TdClassName
{
border-color: #4065EC;
}
.TagClassName
{
border-color: #4065EC;
}
</style>