Shades of Royal Blue #4064EE
Tints of Royal Blue #4064EE
RGB
CMYK
RGB Variations
Color information
#4064EE (or 0x4064EE) is known color: Royal Blue. HEX triplet: 40, 64 and EE. RGB value is (64,100,238). Sum of RGB (Red+Green+Blue) = 64+100+238=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #4064EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064EE is #BF9B11. Grayscale: #686868. Windows color (decimal): -12557074 or 15623232. OLE color: 15623232.
HSL color Cylindrical-coordinate representation of color #4064EE: hue angle of 227.59º degrees, saturation: 0.84, 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 #4064EE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 100 | 238 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.07 |
| HSL | 227.59º | 0.84% | 0.59% | - |
| HSV(B) | 227.59º | 0.73% | 0.93% | - |
| XYZ | 22.1 | 16.38 | 82.89 | - |
| YUV | 104.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 238 | 0.73 | 0.58 | 0 | 0.07 | 227.59 | 0.84 | 0.59 |
| Hex | 40 | 64 | EE | 49 | 3A | 0 | 7 | E4 | 54 | 3B |
| Octal | 100 | 144 | 356 | 111 | 72 | 0 | 7 | 344 | 124 | 73 |
| Binary | 1000000 | 1100100 | 11101110 | 1001001 | 111010 | 0 | 111 | 11100100 | 1010100 | 111011 |
Color Harmonies of #4064EE
Complementary color
Monochromatic Colors of #4064EE
Black with #4064EE
Text Example
Text Example
White with #4064EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064EE; }
p { color: rgb(64,100,238); }
H1.HeaderClassName
{
color: #4064EE;
}
.AnyTagClassName
{
color: #4064EE;
}
</style>
background-color css
<style>
a { background-color: #4064EE; }
a { background-color: rgb(64,100,238); }
div.DivClassName
{
background-color: #4064EE;
}
.BgClassName
{
background-color: #4064EE;
}
</style>
border-color css
<style>
span { border-color: #4064EE; }
span { border-color: rgb(64,100,238); }
td.TdClassName
{
border-color: #4064EE;
}
.TagClassName
{
border-color: #4064EE;
}
</style>