Shades of Royal Blue #407EFD
Tints of Royal Blue #407EFD
RGB
CMYK
RGB Variations
Color information
#407EFD (or 0x407EFD) is known color: Royal Blue. HEX triplet: 40, 7E and FD. RGB value is (64,126,253). Sum of RGB (Red+Green+Blue) = 64+126+253=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #407EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EFD is #BF8102. Grayscale: #797979. Windows color (decimal): -12550403 or 16612928. OLE color: 16612928.
HSL color Cylindrical-coordinate representation of color #407EFD: hue angle of 220.32º degrees, saturation: 0.98, 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 #407EFD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 126 | 253 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.01 |
| HSL | 220.32º | 0.98% | 0.62% | - |
| HSV(B) | 220.32º | 0.75% | 0.99% | - |
| XYZ | 27.3 | 23.1 | 95.95 | - |
| YUV | 121.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 253 | 0.75 | 0.50 | 0 | 0.01 | 220.32 | 0.98 | 0.62 |
| Hex | 40 | 7E | FD | 4B | 32 | 0 | 1 | DC | 62 | 3E |
| Octal | 100 | 176 | 375 | 113 | 62 | 0 | 1 | 334 | 142 | 76 |
| Binary | 1000000 | 1111110 | 11111101 | 1001011 | 110010 | 0 | 1 | 11011100 | 1100010 | 111110 |
Color Harmonies of #407EFD
Complementary color
Monochromatic Colors of #407EFD
Black with #407EFD
Text Example
Text Example
White with #407EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EFD; }
p { color: rgb(64,126,253); }
H1.HeaderClassName
{
color: #407EFD;
}
.AnyTagClassName
{
color: #407EFD;
}
</style>
background-color css
<style>
a { background-color: #407EFD; }
a { background-color: rgb(64,126,253); }
div.DivClassName
{
background-color: #407EFD;
}
.BgClassName
{
background-color: #407EFD;
}
</style>
border-color css
<style>
span { border-color: #407EFD; }
span { border-color: rgb(64,126,253); }
td.TdClassName
{
border-color: #407EFD;
}
.TagClassName
{
border-color: #407EFD;
}
</style>