Shades of Royal Blue #4077EA
Tints of Royal Blue #4077EA
RGB
CMYK
RGB Variations
Color information
#4077EA (or 0x4077EA) is known color: Royal Blue. HEX triplet: 40, 77 and EA. RGB value is (64,119,234). Sum of RGB (Red+Green+Blue) = 64+119+234=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #4077EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077EA is #BF8815. Grayscale: #737373. Windows color (decimal): -12552214 or 15365952. OLE color: 15365952.
HSL color Cylindrical-coordinate representation of color #4077EA: hue angle of 220.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4077EA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 119 | 234 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.08 |
| HSL | 220.59º | 0.8% | 0.58% | - |
| HSV(B) | 220.59º | 0.73% | 0.92% | - |
| XYZ | 23.56 | 20.22 | 80.5 | - |
| YUV | 115.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 234 | 0.73 | 0.49 | 0 | 0.08 | 220.59 | 0.8 | 0.58 |
| Hex | 40 | 77 | EA | 49 | 31 | 0 | 8 | DD | 50 | 3A |
| Octal | 100 | 167 | 352 | 111 | 61 | 0 | 10 | 335 | 120 | 72 |
| Binary | 1000000 | 1110111 | 11101010 | 1001001 | 110001 | 0 | 1000 | 11011101 | 1010000 | 111010 |
Color Harmonies of #4077EA
Complementary color
Monochromatic Colors of #4077EA
Black with #4077EA
Text Example
Text Example
White with #4077EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077EA; }
p { color: rgb(64,119,234); }
H1.HeaderClassName
{
color: #4077EA;
}
.AnyTagClassName
{
color: #4077EA;
}
</style>
background-color css
<style>
a { background-color: #4077EA; }
a { background-color: rgb(64,119,234); }
div.DivClassName
{
background-color: #4077EA;
}
.BgClassName
{
background-color: #4077EA;
}
</style>
border-color css
<style>
span { border-color: #4077EA; }
span { border-color: rgb(64,119,234); }
td.TdClassName
{
border-color: #4077EA;
}
.TagClassName
{
border-color: #4077EA;
}
</style>