Shades of Royal Blue #4077EC
Tints of Royal Blue #4077EC
RGB
CMYK
RGB Variations
Color information
#4077EC (or 0x4077EC) is known color: Royal Blue. HEX triplet: 40, 77 and EC. RGB value is (64,119,236). Sum of RGB (Red+Green+Blue) = 64+119+236=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #4077EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077EC is #BF8813. Grayscale: #737373. Windows color (decimal): -12552212 or 15497024. OLE color: 15497024.
HSL color Cylindrical-coordinate representation of color #4077EC: hue angle of 220.81º 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 #4077EC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 119 | 236 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.07 |
| HSL | 220.81º | 0.82% | 0.59% | - |
| HSV(B) | 220.81º | 0.73% | 0.93% | - |
| XYZ | 23.85 | 20.34 | 82.03 | - |
| YUV | 115.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 236 | 0.73 | 0.50 | 0 | 0.07 | 220.81 | 0.82 | 0.59 |
| Hex | 40 | 77 | EC | 49 | 32 | 0 | 7 | DD | 52 | 3B |
| Octal | 100 | 167 | 354 | 111 | 62 | 0 | 7 | 335 | 122 | 73 |
| Binary | 1000000 | 1110111 | 11101100 | 1001001 | 110010 | 0 | 111 | 11011101 | 1010010 | 111011 |
Color Harmonies of #4077EC
Complementary color
Monochromatic Colors of #4077EC
Black with #4077EC
Text Example
Text Example
White with #4077EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077EC; }
p { color: rgb(64,119,236); }
H1.HeaderClassName
{
color: #4077EC;
}
.AnyTagClassName
{
color: #4077EC;
}
</style>
background-color css
<style>
a { background-color: #4077EC; }
a { background-color: rgb(64,119,236); }
div.DivClassName
{
background-color: #4077EC;
}
.BgClassName
{
background-color: #4077EC;
}
</style>
border-color css
<style>
span { border-color: #4077EC; }
span { border-color: rgb(64,119,236); }
td.TdClassName
{
border-color: #4077EC;
}
.TagClassName
{
border-color: #4077EC;
}
</style>