Shades of Royal Blue #407CFE
Tints of Royal Blue #407CFE
RGB
CMYK
RGB Variations
Color information
#407CFE (or 0x407CFE) is known color: Royal Blue. HEX triplet: 40, 7C and FE. RGB value is (64,124,254). Sum of RGB (Red+Green+Blue) = 64+124+254=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #407CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CFE is #BF8301. Grayscale: #787878. Windows color (decimal): -12550914 or 16677952. OLE color: 16677952.
HSL color Cylindrical-coordinate representation of color #407CFE: hue angle of 221.05º 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 #407CFE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 124 | 254 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.00 |
| HSL | 221.05º | 0.99% | 0.62% | - |
| HSV(B) | 221.05º | 0.75% | 1% | - |
| XYZ | 27.21 | 22.66 | 96.71 | - |
| YUV | 120.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 254 | 0.75 | 0.51 | 0 | 0.00 | 221.05 | 0.99 | 0.62 |
| Hex | 40 | 7C | FE | 4B | 33 | 0 | 0 | DD | 63 | 3E |
| Octal | 100 | 174 | 376 | 113 | 63 | 0 | 0 | 335 | 143 | 76 |
| Binary | 1000000 | 1111100 | 11111110 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100011 | 111110 |
Color Harmonies of #407CFE
Complementary color
Monochromatic Colors of #407CFE
Black with #407CFE
Text Example
Text Example
White with #407CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CFE; }
p { color: rgb(64,124,254); }
H1.HeaderClassName
{
color: #407CFE;
}
.AnyTagClassName
{
color: #407CFE;
}
</style>
background-color css
<style>
a { background-color: #407CFE; }
a { background-color: rgb(64,124,254); }
div.DivClassName
{
background-color: #407CFE;
}
.BgClassName
{
background-color: #407CFE;
}
</style>
border-color css
<style>
span { border-color: #407CFE; }
span { border-color: rgb(64,124,254); }
td.TdClassName
{
border-color: #407CFE;
}
.TagClassName
{
border-color: #407CFE;
}
</style>