Shades of Royal Blue #407AF9
Tints of Royal Blue #407AF9
RGB
CMYK
RGB Variations
Color information
#407AF9 (or 0x407AF9) is known color: Royal Blue. HEX triplet: 40, 7A and F9. RGB value is (64,122,249). Sum of RGB (Red+Green+Blue) = 64+122+249=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #407AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF9 is #BF8506. Grayscale: #767676. Windows color (decimal): -12551431 or 16349760. OLE color: 16349760.
HSL color Cylindrical-coordinate representation of color #407AF9: hue angle of 221.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407AF9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 122 | 249 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 221.19º | 0.94% | 0.61% | - |
| HSV(B) | 221.19º | 0.74% | 0.98% | - |
| XYZ | 26.17 | 21.85 | 92.46 | - |
| YUV | 119.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 249 | 0.74 | 0.51 | 0 | 0.02 | 221.19 | 0.94 | 0.61 |
| Hex | 40 | 7A | F9 | 4A | 33 | 0 | 2 | DD | 5E | 3D |
| Octal | 100 | 172 | 371 | 112 | 63 | 0 | 2 | 335 | 136 | 75 |
| Binary | 1000000 | 1111010 | 11111001 | 1001010 | 110011 | 0 | 10 | 11011101 | 1011110 | 111101 |
Color Harmonies of #407AF9
Complementary color
Monochromatic Colors of #407AF9
Black with #407AF9
Text Example
Text Example
White with #407AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AF9; }
p { color: rgb(64,122,249); }
H1.HeaderClassName
{
color: #407AF9;
}
.AnyTagClassName
{
color: #407AF9;
}
</style>
background-color css
<style>
a { background-color: #407AF9; }
a { background-color: rgb(64,122,249); }
div.DivClassName
{
background-color: #407AF9;
}
.BgClassName
{
background-color: #407AF9;
}
</style>
border-color css
<style>
span { border-color: #407AF9; }
span { border-color: rgb(64,122,249); }
td.TdClassName
{
border-color: #407AF9;
}
.TagClassName
{
border-color: #407AF9;
}
</style>