Shades of Royal Blue #407FFA
Tints of Royal Blue #407FFA
RGB
CMYK
RGB Variations
Color information
#407FFA (or 0x407FFA) is known color: Royal Blue. HEX triplet: 40, 7F and FA. RGB value is (64,127,250). Sum of RGB (Red+Green+Blue) = 64+127+250=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #407FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FFA is #BF8005. Grayscale: #797979. Windows color (decimal): -12550150 or 16416576. OLE color: 16416576.
HSL color Cylindrical-coordinate representation of color #407FFA: hue angle of 219.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407FFA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 127 | 250 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.02 |
| HSL | 219.68º | 0.95% | 0.62% | - |
| HSV(B) | 219.68º | 0.74% | 0.98% | - |
| XYZ | 26.96 | 23.17 | 93.49 | - |
| YUV | 122.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 250 | 0.74 | 0.49 | 0 | 0.02 | 219.68 | 0.95 | 0.62 |
| Hex | 40 | 7F | FA | 4A | 31 | 0 | 2 | DC | 5F | 3E |
| Octal | 100 | 177 | 372 | 112 | 61 | 0 | 2 | 334 | 137 | 76 |
| Binary | 1000000 | 1111111 | 11111010 | 1001010 | 110001 | 0 | 10 | 11011100 | 1011111 | 111110 |
Color Harmonies of #407FFA
Complementary color
Monochromatic Colors of #407FFA
Black with #407FFA
Text Example
Text Example
White with #407FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FFA; }
p { color: rgb(64,127,250); }
H1.HeaderClassName
{
color: #407FFA;
}
.AnyTagClassName
{
color: #407FFA;
}
</style>
background-color css
<style>
a { background-color: #407FFA; }
a { background-color: rgb(64,127,250); }
div.DivClassName
{
background-color: #407FFA;
}
.BgClassName
{
background-color: #407FFA;
}
</style>
border-color css
<style>
span { border-color: #407FFA; }
span { border-color: rgb(64,127,250); }
td.TdClassName
{
border-color: #407FFA;
}
.TagClassName
{
border-color: #407FFA;
}
</style>