Shades of Royal Blue #407AE5
Tints of Royal Blue #407AE5
RGB
CMYK
RGB Variations
Color information
#407AE5 (or 0x407AE5) is known color: Royal Blue. HEX triplet: 40, 7A and E5. RGB value is (64,122,229). Sum of RGB (Red+Green+Blue) = 64+122+229=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #407AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AE5 is #BF851A. Grayscale: #747474. Windows color (decimal): -12551451 or 15039040. OLE color: 15039040.
HSL color Cylindrical-coordinate representation of color #407AE5: hue angle of 218.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407AE5 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 122 | 229 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.10 |
| HSL | 218.91º | 0.76% | 0.57% | - |
| HSV(B) | 218.91º | 0.72% | 0.9% | - |
| XYZ | 23.22 | 20.67 | 76.89 | - |
| YUV | 116.86 | 191.28 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 229 | 0.72 | 0.47 | 0 | 0.10 | 218.91 | 0.76 | 0.57 |
| Hex | 40 | 7A | E5 | 48 | 2F | 0 | A | DB | 4C | 39 |
| Octal | 100 | 172 | 345 | 110 | 57 | 0 | 12 | 333 | 114 | 71 |
| Binary | 1000000 | 1111010 | 11100101 | 1001000 | 101111 | 0 | 1010 | 11011011 | 1001100 | 111001 |
Color Harmonies of #407AE5
Complementary color
Monochromatic Colors of #407AE5
Black with #407AE5
Text Example
Text Example
White with #407AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AE5; }
p { color: rgb(64,122,229); }
H1.HeaderClassName
{
color: #407AE5;
}
.AnyTagClassName
{
color: #407AE5;
}
</style>
background-color css
<style>
a { background-color: #407AE5; }
a { background-color: rgb(64,122,229); }
div.DivClassName
{
background-color: #407AE5;
}
.BgClassName
{
background-color: #407AE5;
}
</style>
border-color css
<style>
span { border-color: #407AE5; }
span { border-color: rgb(64,122,229); }
td.TdClassName
{
border-color: #407AE5;
}
.TagClassName
{
border-color: #407AE5;
}
</style>