Shades of Royal Blue #4077F8
Tints of Royal Blue #4077F8
RGB
CMYK
RGB Variations
Color information
#4077F8 (or 0x4077F8) is known color: Royal Blue. HEX triplet: 40, 77 and F8. RGB value is (64,119,248). Sum of RGB (Red+Green+Blue) = 64+119+248=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #4077F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077F8 is #BF8807. Grayscale: #747474. Windows color (decimal): -12552200 or 16283456. OLE color: 16283456.
HSL color Cylindrical-coordinate representation of color #4077F8: hue angle of 222.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4077F8 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 119 | 248 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.03 |
| HSL | 222.07º | 0.93% | 0.61% | - |
| HSV(B) | 222.07º | 0.74% | 0.97% | - |
| XYZ | 25.65 | 21.06 | 91.52 | - |
| YUV | 117.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 248 | 0.74 | 0.52 | 0 | 0.03 | 222.07 | 0.93 | 0.61 |
| Hex | 40 | 77 | F8 | 4A | 34 | 0 | 3 | DE | 5D | 3D |
| Octal | 100 | 167 | 370 | 112 | 64 | 0 | 3 | 336 | 135 | 75 |
| Binary | 1000000 | 1110111 | 11111000 | 1001010 | 110100 | 0 | 11 | 11011110 | 1011101 | 111101 |
Color Harmonies of #4077F8
Complementary color
Monochromatic Colors of #4077F8
Black with #4077F8
Text Example
Text Example
White with #4077F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077F8; }
p { color: rgb(64,119,248); }
H1.HeaderClassName
{
color: #4077F8;
}
.AnyTagClassName
{
color: #4077F8;
}
</style>
background-color css
<style>
a { background-color: #4077F8; }
a { background-color: rgb(64,119,248); }
div.DivClassName
{
background-color: #4077F8;
}
.BgClassName
{
background-color: #4077F8;
}
</style>
border-color css
<style>
span { border-color: #4077F8; }
span { border-color: rgb(64,119,248); }
td.TdClassName
{
border-color: #4077F8;
}
.TagClassName
{
border-color: #4077F8;
}
</style>