Shades of Royal Blue #4077FC
Tints of Royal Blue #4077FC
RGB
CMYK
RGB Variations
Color information
#4077FC (or 0x4077FC) is known color: Royal Blue. HEX triplet: 40, 77 and FC. RGB value is (64,119,252). Sum of RGB (Red+Green+Blue) = 64+119+252=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #4077FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077FC is #BF8803. Grayscale: #757575. Windows color (decimal): -12552196 or 16545600. OLE color: 16545600.
HSL color Cylindrical-coordinate representation of color #4077FC: hue angle of 222.45º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4077FC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 119 | 252 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.01 |
| HSL | 222.45º | 0.97% | 0.62% | - |
| HSV(B) | 222.45º | 0.75% | 0.99% | - |
| XYZ | 26.28 | 21.31 | 94.82 | - |
| YUV | 117.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 252 | 0.75 | 0.53 | 0 | 0.01 | 222.45 | 0.97 | 0.62 |
| Hex | 40 | 77 | FC | 4B | 35 | 0 | 1 | DE | 61 | 3E |
| Octal | 100 | 167 | 374 | 113 | 65 | 0 | 1 | 336 | 141 | 76 |
| Binary | 1000000 | 1110111 | 11111100 | 1001011 | 110101 | 0 | 1 | 11011110 | 1100001 | 111110 |
Color Harmonies of #4077FC
Complementary color
Monochromatic Colors of #4077FC
Black with #4077FC
Text Example
Text Example
White with #4077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077FC; }
p { color: rgb(64,119,252); }
H1.HeaderClassName
{
color: #4077FC;
}
.AnyTagClassName
{
color: #4077FC;
}
</style>
background-color css
<style>
a { background-color: #4077FC; }
a { background-color: rgb(64,119,252); }
div.DivClassName
{
background-color: #4077FC;
}
.BgClassName
{
background-color: #4077FC;
}
</style>
border-color css
<style>
span { border-color: #4077FC; }
span { border-color: rgb(64,119,252); }
td.TdClassName
{
border-color: #4077FC;
}
.TagClassName
{
border-color: #4077FC;
}
</style>