Shades of Royal Blue #4066E0
Tints of Royal Blue #4066E0
RGB
CMYK
RGB Variations
Color information
#4066E0 (or 0x4066E0) is known color: Royal Blue. HEX triplet: 40, 66 and E0. RGB value is (64,102,224). Sum of RGB (Red+Green+Blue) = 64+102+224=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #4066E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066E0 is #BF991F. Grayscale: #686868. Windows color (decimal): -12556576 or 14706240. OLE color: 14706240.
HSL color Cylindrical-coordinate representation of color #4066E0: hue angle of 225.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4066E0 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 102 | 224 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.12 |
| HSL | 225.75º | 0.72% | 0.56% | - |
| HSV(B) | 225.75º | 0.71% | 0.88% | - |
| XYZ | 20.32 | 15.97 | 72.53 | - |
| YUV | 104.55 | 195.41 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 224 | 0.71 | 0.54 | 0 | 0.12 | 225.75 | 0.72 | 0.56 |
| Hex | 40 | 66 | E0 | 47 | 36 | 0 | C | E2 | 48 | 38 |
| Octal | 100 | 146 | 340 | 107 | 66 | 0 | 14 | 342 | 110 | 70 |
| Binary | 1000000 | 1100110 | 11100000 | 1000111 | 110110 | 0 | 1100 | 11100010 | 1001000 | 111000 |
Color Harmonies of #4066E0
Complementary color
Monochromatic Colors of #4066E0
Black with #4066E0
Text Example
Text Example
White with #4066E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066E0; }
p { color: rgb(64,102,224); }
H1.HeaderClassName
{
color: #4066E0;
}
.AnyTagClassName
{
color: #4066E0;
}
</style>
background-color css
<style>
a { background-color: #4066E0; }
a { background-color: rgb(64,102,224); }
div.DivClassName
{
background-color: #4066E0;
}
.BgClassName
{
background-color: #4066E0;
}
</style>
border-color css
<style>
span { border-color: #4066E0; }
span { border-color: rgb(64,102,224); }
td.TdClassName
{
border-color: #4066E0;
}
.TagClassName
{
border-color: #4066E0;
}
</style>