Shades of Royal Blue #4077FE
Tints of Royal Blue #4077FE
RGB
CMYK
RGB Variations
Color information
#4077FE (or 0x4077FE) is known color: Royal Blue. HEX triplet: 40, 77 and FE. RGB value is (64,119,254). Sum of RGB (Red+Green+Blue) = 64+119+254=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #4077FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077FE is #BF8801. Grayscale: #757575. Windows color (decimal): -12552194 or 16676672. OLE color: 16676672.
HSL color Cylindrical-coordinate representation of color #4077FE: hue angle of 222.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4077FE is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 119 | 254 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.00 |
| HSL | 222.63º | 0.99% | 0.62% | - |
| HSV(B) | 222.63º | 0.75% | 1% | - |
| XYZ | 26.6 | 21.44 | 96.5 | - |
| YUV | 117.95 | 204.78 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 254 | 0.75 | 0.53 | 0 | 0.00 | 222.63 | 0.99 | 0.62 |
| Hex | 40 | 77 | FE | 4B | 35 | 0 | 0 | DF | 63 | 3E |
| Octal | 100 | 167 | 376 | 113 | 65 | 0 | 0 | 337 | 143 | 76 |
| Binary | 1000000 | 1110111 | 11111110 | 1001011 | 110101 | 0 | 0 | 11011111 | 1100011 | 111110 |
Color Harmonies of #4077FE
Complementary color
Monochromatic Colors of #4077FE
Black with #4077FE
Text Example
Text Example
White with #4077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077FE; }
p { color: rgb(64,119,254); }
H1.HeaderClassName
{
color: #4077FE;
}
.AnyTagClassName
{
color: #4077FE;
}
</style>
background-color css
<style>
a { background-color: #4077FE; }
a { background-color: rgb(64,119,254); }
div.DivClassName
{
background-color: #4077FE;
}
.BgClassName
{
background-color: #4077FE;
}
</style>
border-color css
<style>
span { border-color: #4077FE; }
span { border-color: rgb(64,119,254); }
td.TdClassName
{
border-color: #4077FE;
}
.TagClassName
{
border-color: #4077FE;
}
</style>