Shades of Royal Blue #407FF7
Tints of Royal Blue #407FF7
RGB
CMYK
RGB Variations
Color information
#407FF7 (or 0x407FF7) is known color: Royal Blue. HEX triplet: 40, 7F and F7. RGB value is (64,127,247). Sum of RGB (Red+Green+Blue) = 64+127+247=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #407FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FF7 is #BF8008. Grayscale: #797979. Windows color (decimal): -12550153 or 16219968. OLE color: 16219968.
HSL color Cylindrical-coordinate representation of color #407FF7: hue angle of 219.34º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407FF7 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 127 | 247 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.03 |
| HSL | 219.34º | 0.92% | 0.61% | - |
| HSV(B) | 219.34º | 0.74% | 0.97% | - |
| XYZ | 26.49 | 22.98 | 91.04 | - |
| YUV | 121.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 247 | 0.74 | 0.49 | 0 | 0.03 | 219.34 | 0.92 | 0.61 |
| Hex | 40 | 7F | F7 | 4A | 31 | 0 | 3 | DB | 5C | 3D |
| Octal | 100 | 177 | 367 | 112 | 61 | 0 | 3 | 333 | 134 | 75 |
| Binary | 1000000 | 1111111 | 11110111 | 1001010 | 110001 | 0 | 11 | 11011011 | 1011100 | 111101 |
Color Harmonies of #407FF7
Complementary color
Monochromatic Colors of #407FF7
Black with #407FF7
Text Example
Text Example
White with #407FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FF7; }
p { color: rgb(64,127,247); }
H1.HeaderClassName
{
color: #407FF7;
}
.AnyTagClassName
{
color: #407FF7;
}
</style>
background-color css
<style>
a { background-color: #407FF7; }
a { background-color: rgb(64,127,247); }
div.DivClassName
{
background-color: #407FF7;
}
.BgClassName
{
background-color: #407FF7;
}
</style>
border-color css
<style>
span { border-color: #407FF7; }
span { border-color: rgb(64,127,247); }
td.TdClassName
{
border-color: #407FF7;
}
.TagClassName
{
border-color: #407FF7;
}
</style>