Shades of Royal Blue #407EFE
Tints of Royal Blue #407EFE
RGB
CMYK
RGB Variations
Color information
#407EFE (or 0x407EFE) is known color: Royal Blue. HEX triplet: 40, 7E and FE. RGB value is (64,126,254). Sum of RGB (Red+Green+Blue) = 64+126+254=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #407EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EFE is #BF8101. Grayscale: #797979. Windows color (decimal): -12550402 or 16678464. OLE color: 16678464.
HSL color Cylindrical-coordinate representation of color #407EFE: hue angle of 220.42º 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 #407EFE is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 126 | 254 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.00 |
| HSL | 220.42º | 0.99% | 0.62% | - |
| HSV(B) | 220.42º | 0.75% | 1% | - |
| XYZ | 27.46 | 23.17 | 96.79 | - |
| YUV | 122.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 254 | 0.75 | 0.50 | 0 | 0.00 | 220.42 | 0.99 | 0.62 |
| Hex | 40 | 7E | FE | 4B | 32 | 0 | 0 | DC | 63 | 3E |
| Octal | 100 | 176 | 376 | 113 | 62 | 0 | 0 | 334 | 143 | 76 |
| Binary | 1000000 | 1111110 | 11111110 | 1001011 | 110010 | 0 | 0 | 11011100 | 1100011 | 111110 |
Color Harmonies of #407EFE
Complementary color
Monochromatic Colors of #407EFE
Black with #407EFE
Text Example
Text Example
White with #407EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EFE; }
p { color: rgb(64,126,254); }
H1.HeaderClassName
{
color: #407EFE;
}
.AnyTagClassName
{
color: #407EFE;
}
</style>
background-color css
<style>
a { background-color: #407EFE; }
a { background-color: rgb(64,126,254); }
div.DivClassName
{
background-color: #407EFE;
}
.BgClassName
{
background-color: #407EFE;
}
</style>
border-color css
<style>
span { border-color: #407EFE; }
span { border-color: rgb(64,126,254); }
td.TdClassName
{
border-color: #407EFE;
}
.TagClassName
{
border-color: #407EFE;
}
</style>