Shades of Royal Blue #407AF0
Tints of Royal Blue #407AF0
RGB
CMYK
RGB Variations
Color information
#407AF0 (or 0x407AF0) is known color: Royal Blue. HEX triplet: 40, 7A and F0. RGB value is (64,122,240). Sum of RGB (Red+Green+Blue) = 64+122+240=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #407AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF0 is #BF850F. Grayscale: #757575. Windows color (decimal): -12551440 or 15759936. OLE color: 15759936.
HSL color Cylindrical-coordinate representation of color #407AF0: hue angle of 220.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407AF0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 122 | 240 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.06 |
| HSL | 220.23º | 0.85% | 0.6% | - |
| HSV(B) | 220.23º | 0.73% | 0.94% | - |
| XYZ | 24.8 | 21.3 | 85.24 | - |
| YUV | 118.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 240 | 0.73 | 0.49 | 0 | 0.06 | 220.23 | 0.85 | 0.6 |
| Hex | 40 | 7A | F0 | 49 | 31 | 0 | 6 | DC | 55 | 3C |
| Octal | 100 | 172 | 360 | 111 | 61 | 0 | 6 | 334 | 125 | 74 |
| Binary | 1000000 | 1111010 | 11110000 | 1001001 | 110001 | 0 | 110 | 11011100 | 1010101 | 111100 |
Color Harmonies of #407AF0
Complementary color
Monochromatic Colors of #407AF0
Black with #407AF0
Text Example
Text Example
White with #407AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AF0; }
p { color: rgb(64,122,240); }
H1.HeaderClassName
{
color: #407AF0;
}
.AnyTagClassName
{
color: #407AF0;
}
</style>
background-color css
<style>
a { background-color: #407AF0; }
a { background-color: rgb(64,122,240); }
div.DivClassName
{
background-color: #407AF0;
}
.BgClassName
{
background-color: #407AF0;
}
</style>
border-color css
<style>
span { border-color: #407AF0; }
span { border-color: rgb(64,122,240); }
td.TdClassName
{
border-color: #407AF0;
}
.TagClassName
{
border-color: #407AF0;
}
</style>