Shades of Royal Blue #407FFE
Tints of Royal Blue #407FFE
RGB
CMYK
RGB Variations
Color information
#407FFE (or 0x407FFE) is known color: Royal Blue. HEX triplet: 40, 7F and FE. RGB value is (64,127,254). Sum of RGB (Red+Green+Blue) = 64+127+254=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #407FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FFE is #BF8001. Grayscale: #7A7A7A. Windows color (decimal): -12550146 or 16678720. OLE color: 16678720.
HSL color Cylindrical-coordinate representation of color #407FFE: hue angle of 220.11º 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 #407FFE is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 127 | 254 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.00 |
| HSL | 220.11º | 0.99% | 0.62% | - |
| HSV(B) | 220.11º | 0.75% | 1% | - |
| XYZ | 27.59 | 23.42 | 96.83 | - |
| YUV | 122.64 | 202.13 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 254 | 0.75 | 0.50 | 0 | 0.00 | 220.11 | 0.99 | 0.62 |
| Hex | 40 | 7F | FE | 4B | 32 | 0 | 0 | DC | 63 | 3E |
| Octal | 100 | 177 | 376 | 113 | 62 | 0 | 0 | 334 | 143 | 76 |
| Binary | 1000000 | 1111111 | 11111110 | 1001011 | 110010 | 0 | 0 | 11011100 | 1100011 | 111110 |
Color Harmonies of #407FFE
Complementary color
Monochromatic Colors of #407FFE
Black with #407FFE
Text Example
Text Example
White with #407FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FFE; }
p { color: rgb(64,127,254); }
H1.HeaderClassName
{
color: #407FFE;
}
.AnyTagClassName
{
color: #407FFE;
}
</style>
background-color css
<style>
a { background-color: #407FFE; }
a { background-color: rgb(64,127,254); }
div.DivClassName
{
background-color: #407FFE;
}
.BgClassName
{
background-color: #407FFE;
}
</style>
border-color css
<style>
span { border-color: #407FFE; }
span { border-color: rgb(64,127,254); }
td.TdClassName
{
border-color: #407FFE;
}
.TagClassName
{
border-color: #407FFE;
}
</style>