Shades of Royal Blue #407AE7
Tints of Royal Blue #407AE7
RGB
CMYK
RGB Variations
Color information
#407AE7 (or 0x407AE7) is known color: Royal Blue. HEX triplet: 40, 7A and E7. RGB value is (64,122,231). Sum of RGB (Red+Green+Blue) = 64+122+231=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #407AE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AE7 is #BF8518. Grayscale: #747474. Windows color (decimal): -12551449 or 15170112. OLE color: 15170112.
HSL color Cylindrical-coordinate representation of color #407AE7: hue angle of 219.16º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407AE7 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 122 | 231 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.09 |
| HSL | 219.16º | 0.78% | 0.58% | - |
| HSV(B) | 219.16º | 0.72% | 0.91% | - |
| XYZ | 23.5 | 20.78 | 78.37 | - |
| YUV | 117.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 231 | 0.72 | 0.47 | 0 | 0.09 | 219.16 | 0.78 | 0.58 |
| Hex | 40 | 7A | E7 | 48 | 2F | 0 | 9 | DB | 4E | 3A |
| Octal | 100 | 172 | 347 | 110 | 57 | 0 | 11 | 333 | 116 | 72 |
| Binary | 1000000 | 1111010 | 11100111 | 1001000 | 101111 | 0 | 1001 | 11011011 | 1001110 | 111010 |
Color Harmonies of #407AE7
Complementary color
Monochromatic Colors of #407AE7
Black with #407AE7
Text Example
Text Example
White with #407AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AE7; }
p { color: rgb(64,122,231); }
H1.HeaderClassName
{
color: #407AE7;
}
.AnyTagClassName
{
color: #407AE7;
}
</style>
background-color css
<style>
a { background-color: #407AE7; }
a { background-color: rgb(64,122,231); }
div.DivClassName
{
background-color: #407AE7;
}
.BgClassName
{
background-color: #407AE7;
}
</style>
border-color css
<style>
span { border-color: #407AE7; }
span { border-color: rgb(64,122,231); }
td.TdClassName
{
border-color: #407AE7;
}
.TagClassName
{
border-color: #407AE7;
}
</style>