Shades of Royal Blue #407AFA
Tints of Royal Blue #407AFA
RGB
CMYK
RGB Variations
Color information
#407AFA (or 0x407AFA) is known color: Royal Blue. HEX triplet: 40, 7A and FA. RGB value is (64,122,250). Sum of RGB (Red+Green+Blue) = 64+122+250=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #407AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AFA is #BF8505. Grayscale: #767676. Windows color (decimal): -12551430 or 16415296. OLE color: 16415296.
HSL color Cylindrical-coordinate representation of color #407AFA: hue angle of 221.29º 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 #407AFA is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 122 | 250 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 221.29º | 0.95% | 0.62% | - |
| HSV(B) | 221.29º | 0.74% | 0.98% | - |
| XYZ | 26.33 | 21.91 | 93.28 | - |
| YUV | 119.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 250 | 0.74 | 0.51 | 0 | 0.02 | 221.29 | 0.95 | 0.62 |
| Hex | 40 | 7A | FA | 4A | 33 | 0 | 2 | DD | 5F | 3E |
| Octal | 100 | 172 | 372 | 112 | 63 | 0 | 2 | 335 | 137 | 76 |
| Binary | 1000000 | 1111010 | 11111010 | 1001010 | 110011 | 0 | 10 | 11011101 | 1011111 | 111110 |
Color Harmonies of #407AFA
Complementary color
Monochromatic Colors of #407AFA
Black with #407AFA
Text Example
Text Example
White with #407AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AFA; }
p { color: rgb(64,122,250); }
H1.HeaderClassName
{
color: #407AFA;
}
.AnyTagClassName
{
color: #407AFA;
}
</style>
background-color css
<style>
a { background-color: #407AFA; }
a { background-color: rgb(64,122,250); }
div.DivClassName
{
background-color: #407AFA;
}
.BgClassName
{
background-color: #407AFA;
}
</style>
border-color css
<style>
span { border-color: #407AFA; }
span { border-color: rgb(64,122,250); }
td.TdClassName
{
border-color: #407AFA;
}
.TagClassName
{
border-color: #407AFA;
}
</style>