Shades of Royal Blue #407EFF
Tints of Royal Blue #407EFF
RGB
CMYK
RGB Variations
Color information
#407EFF (or 0x407EFF) is known color: Royal Blue. HEX triplet: 40, 7E and FF. RGB value is (64,126,255). Sum of RGB (Red+Green+Blue) = 64+126+255=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #407EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EFF is #BF8100. Grayscale: #797979. Windows color (decimal): -12550401 or 16744000. OLE color: 16744000.
HSL color Cylindrical-coordinate representation of color #407EFF: hue angle of 220.52º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407EFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 126 | 255 | - |
| CMYK | 0.75 | 0.51 | 0 | 0 |
| HSL | 220.52º | 1% | 0.63% | - |
| HSV(B) | 220.52º | 0.75% | 1% | - |
| XYZ | 27.63 | 23.23 | 97.64 | - |
| YUV | 122.17 | 202.96 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 255 | 0.75 | 0.51 | 0 | 0 | 220.52 | 1 | 0.63 |
| Hex | 40 | 7E | FF | 4B | 33 | 0 | 0 | DD | 64 | 3F |
| Octal | 100 | 176 | 377 | 113 | 63 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000000 | 1111110 | 11111111 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #407EFF
Complementary color
Monochromatic Colors of #407EFF
Black with #407EFF
Text Example
Text Example
White with #407EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EFF; }
p { color: rgb(64,126,255); }
H1.HeaderClassName
{
color: #407EFF;
}
.AnyTagClassName
{
color: #407EFF;
}
</style>
background-color css
<style>
a { background-color: #407EFF; }
a { background-color: rgb(64,126,255); }
div.DivClassName
{
background-color: #407EFF;
}
.BgClassName
{
background-color: #407EFF;
}
</style>
border-color css
<style>
span { border-color: #407EFF; }
span { border-color: rgb(64,126,255); }
td.TdClassName
{
border-color: #407EFF;
}
.TagClassName
{
border-color: #407EFF;
}
</style>