Shades of Royal Blue #4077EF
Tints of Royal Blue #4077EF
RGB
CMYK
RGB Variations
Color information
#4077EF (or 0x4077EF) is known color: Royal Blue. HEX triplet: 40, 77 and EF. RGB value is (64,119,239). Sum of RGB (Red+Green+Blue) = 64+119+239=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #4077EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077EF is #BF8810. Grayscale: #737373. Windows color (decimal): -12552209 or 15693632. OLE color: 15693632.
HSL color Cylindrical-coordinate representation of color #4077EF: hue angle of 221.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4077EF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 119 | 239 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.06 |
| HSL | 221.14º | 0.85% | 0.59% | - |
| HSV(B) | 221.14º | 0.73% | 0.94% | - |
| XYZ | 24.29 | 20.52 | 84.34 | - |
| YUV | 116.24 | 197.28 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 239 | 0.73 | 0.50 | 0 | 0.06 | 221.14 | 0.85 | 0.59 |
| Hex | 40 | 77 | EF | 49 | 32 | 0 | 6 | DD | 55 | 3B |
| Octal | 100 | 167 | 357 | 111 | 62 | 0 | 6 | 335 | 125 | 73 |
| Binary | 1000000 | 1110111 | 11101111 | 1001001 | 110010 | 0 | 110 | 11011101 | 1010101 | 111011 |
Color Harmonies of #4077EF
Complementary color
Monochromatic Colors of #4077EF
Black with #4077EF
Text Example
Text Example
White with #4077EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077EF; }
p { color: rgb(64,119,239); }
H1.HeaderClassName
{
color: #4077EF;
}
.AnyTagClassName
{
color: #4077EF;
}
</style>
background-color css
<style>
a { background-color: #4077EF; }
a { background-color: rgb(64,119,239); }
div.DivClassName
{
background-color: #4077EF;
}
.BgClassName
{
background-color: #4077EF;
}
</style>
border-color css
<style>
span { border-color: #4077EF; }
span { border-color: rgb(64,119,239); }
td.TdClassName
{
border-color: #4077EF;
}
.TagClassName
{
border-color: #4077EF;
}
</style>