Shades of Royal Blue #407DFE
Tints of Royal Blue #407DFE
RGB
CMYK
RGB Variations
Color information
#407DFE (or 0x407DFE) is known color: Royal Blue. HEX triplet: 40, 7D and FE. RGB value is (64,125,254). Sum of RGB (Red+Green+Blue) = 64+125+254=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #407DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DFE is #BF8201. Grayscale: #787878. Windows color (decimal): -12550658 or 16678208. OLE color: 16678208.
HSL color Cylindrical-coordinate representation of color #407DFE: hue angle of 220.74º 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 #407DFE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 125 | 254 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.00 |
| HSL | 220.74º | 0.99% | 0.62% | - |
| HSV(B) | 220.74º | 0.75% | 1% | - |
| XYZ | 27.34 | 22.91 | 96.75 | - |
| YUV | 121.47 | 202.79 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 254 | 0.75 | 0.51 | 0 | 0.00 | 220.74 | 0.99 | 0.62 |
| Hex | 40 | 7D | FE | 4B | 33 | 0 | 0 | DD | 63 | 3E |
| Octal | 100 | 175 | 376 | 113 | 63 | 0 | 0 | 335 | 143 | 76 |
| Binary | 1000000 | 1111101 | 11111110 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100011 | 111110 |
Color Harmonies of #407DFE
Complementary color
Monochromatic Colors of #407DFE
Black with #407DFE
Text Example
Text Example
White with #407DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DFE; }
p { color: rgb(64,125,254); }
H1.HeaderClassName
{
color: #407DFE;
}
.AnyTagClassName
{
color: #407DFE;
}
</style>
background-color css
<style>
a { background-color: #407DFE; }
a { background-color: rgb(64,125,254); }
div.DivClassName
{
background-color: #407DFE;
}
.BgClassName
{
background-color: #407DFE;
}
</style>
border-color css
<style>
span { border-color: #407DFE; }
span { border-color: rgb(64,125,254); }
td.TdClassName
{
border-color: #407DFE;
}
.TagClassName
{
border-color: #407DFE;
}
</style>