Shades of Royal Blue #4077EB
Tints of Royal Blue #4077EB
RGB
CMYK
RGB Variations
Color information
#4077EB (or 0x4077EB) is known color: Royal Blue. HEX triplet: 40, 77 and EB. RGB value is (64,119,235). Sum of RGB (Red+Green+Blue) = 64+119+235=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #4077EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077EB is #BF8814. Grayscale: #737373. Windows color (decimal): -12552213 or 15431488. OLE color: 15431488.
HSL color Cylindrical-coordinate representation of color #4077EB: hue angle of 220.7º 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 #4077EB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 119 | 235 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.08 |
| HSL | 220.7º | 0.81% | 0.59% | - |
| HSV(B) | 220.7º | 0.73% | 0.92% | - |
| XYZ | 23.71 | 20.28 | 81.26 | - |
| YUV | 115.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 235 | 0.73 | 0.49 | 0 | 0.08 | 220.7 | 0.81 | 0.59 |
| Hex | 40 | 77 | EB | 49 | 31 | 0 | 8 | DD | 51 | 3B |
| Octal | 100 | 167 | 353 | 111 | 61 | 0 | 10 | 335 | 121 | 73 |
| Binary | 1000000 | 1110111 | 11101011 | 1001001 | 110001 | 0 | 1000 | 11011101 | 1010001 | 111011 |
Color Harmonies of #4077EB
Complementary color
Monochromatic Colors of #4077EB
Black with #4077EB
Text Example
Text Example
White with #4077EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077EB; }
p { color: rgb(64,119,235); }
H1.HeaderClassName
{
color: #4077EB;
}
.AnyTagClassName
{
color: #4077EB;
}
</style>
background-color css
<style>
a { background-color: #4077EB; }
a { background-color: rgb(64,119,235); }
div.DivClassName
{
background-color: #4077EB;
}
.BgClassName
{
background-color: #4077EB;
}
</style>
border-color css
<style>
span { border-color: #4077EB; }
span { border-color: rgb(64,119,235); }
td.TdClassName
{
border-color: #4077EB;
}
.TagClassName
{
border-color: #4077EB;
}
</style>