Shades of Royal Blue #4066EB
Tints of Royal Blue #4066EB
RGB
CMYK
RGB Variations
Color information
#4066EB (or 0x4066EB) is known color: Royal Blue. HEX triplet: 40, 66 and EB. RGB value is (64,102,235). Sum of RGB (Red+Green+Blue) = 64+102+235=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #4066EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4066EB is #BF9914. Grayscale: #696969. Windows color (decimal): -12556565 or 15427136. OLE color: 15427136.
HSL color Cylindrical-coordinate representation of color #4066EB: hue angle of 226.67º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4066EB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 102 | 235 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.08 |
| HSL | 226.67º | 0.81% | 0.59% | - |
| HSV(B) | 226.67º | 0.73% | 0.92% | - |
| XYZ | 21.86 | 16.59 | 80.65 | - |
| YUV | 105.8 | 200.91 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 235 | 0.73 | 0.57 | 0 | 0.08 | 226.67 | 0.81 | 0.59 |
| Hex | 40 | 66 | EB | 49 | 39 | 0 | 8 | E3 | 51 | 3B |
| Octal | 100 | 146 | 353 | 111 | 71 | 0 | 10 | 343 | 121 | 73 |
| Binary | 1000000 | 1100110 | 11101011 | 1001001 | 111001 | 0 | 1000 | 11100011 | 1010001 | 111011 |
Color Harmonies of #4066EB
Complementary color
Monochromatic Colors of #4066EB
Black with #4066EB
Text Example
Text Example
White with #4066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4066EB; }
p { color: rgb(64,102,235); }
H1.HeaderClassName
{
color: #4066EB;
}
.AnyTagClassName
{
color: #4066EB;
}
</style>
background-color css
<style>
a { background-color: #4066EB; }
a { background-color: rgb(64,102,235); }
div.DivClassName
{
background-color: #4066EB;
}
.BgClassName
{
background-color: #4066EB;
}
</style>
border-color css
<style>
span { border-color: #4066EB; }
span { border-color: rgb(64,102,235); }
td.TdClassName
{
border-color: #4066EB;
}
.TagClassName
{
border-color: #4066EB;
}
</style>