Shades of Royal Blue #407FFF
Tints of Royal Blue #407FFF
RGB
CMYK
RGB Variations
Color information
#407FFF (or 0x407FFF) is known color: Royal Blue. HEX triplet: 40, 7F and FF. RGB value is (64,127,255). Sum of RGB (Red+Green+Blue) = 64+127+255=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #407FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FFF is #BF8000. Grayscale: #7A7A7A. Windows color (decimal): -12550145 or 16744256. OLE color: 16744256.
HSL color Cylindrical-coordinate representation of color #407FFF: hue angle of 220.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407FFF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 127 | 255 | - |
| CMYK | 0.75 | 0.50 | 0 | 0 |
| HSL | 220.21º | 1% | 0.63% | - |
| HSV(B) | 220.21º | 0.75% | 1% | - |
| XYZ | 27.75 | 23.49 | 97.68 | - |
| YUV | 122.76 | 202.63 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 255 | 0.75 | 0.50 | 0 | 0 | 220.21 | 1 | 0.63 |
| Hex | 40 | 7F | FF | 4B | 32 | 0 | 0 | DC | 64 | 3F |
| Octal | 100 | 177 | 377 | 113 | 62 | 0 | 0 | 334 | 144 | 77 |
| Binary | 1000000 | 1111111 | 11111111 | 1001011 | 110010 | 0 | 0 | 11011100 | 1100100 | 111111 |
Color Harmonies of #407FFF
Complementary color
Monochromatic Colors of #407FFF
Black with #407FFF
Text Example
Text Example
White with #407FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FFF; }
p { color: rgb(64,127,255); }
H1.HeaderClassName
{
color: #407FFF;
}
.AnyTagClassName
{
color: #407FFF;
}
</style>
background-color css
<style>
a { background-color: #407FFF; }
a { background-color: rgb(64,127,255); }
div.DivClassName
{
background-color: #407FFF;
}
.BgClassName
{
background-color: #407FFF;
}
</style>
border-color css
<style>
span { border-color: #407FFF; }
span { border-color: rgb(64,127,255); }
td.TdClassName
{
border-color: #407FFF;
}
.TagClassName
{
border-color: #407FFF;
}
</style>