Shades of Royal Blue #407AE2
Tints of Royal Blue #407AE2
RGB
CMYK
RGB Variations
Color information
#407AE2 (or 0x407AE2) is known color: Royal Blue. HEX triplet: 40, 7A and E2. RGB value is (64,122,226). Sum of RGB (Red+Green+Blue) = 64+122+226=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #407AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AE2 is #BF851D. Grayscale: #747474. Windows color (decimal): -12551454 or 14842432. OLE color: 14842432.
HSL color Cylindrical-coordinate representation of color #407AE2: hue angle of 218.52º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407AE2 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 122 | 226 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.11 |
| HSL | 218.52º | 0.74% | 0.57% | - |
| HSV(B) | 218.52º | 0.72% | 0.89% | - |
| XYZ | 22.8 | 20.5 | 74.71 | - |
| YUV | 116.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 226 | 0.72 | 0.46 | 0 | 0.11 | 218.52 | 0.74 | 0.57 |
| Hex | 40 | 7A | E2 | 48 | 2E | 0 | B | DB | 4A | 39 |
| Octal | 100 | 172 | 342 | 110 | 56 | 0 | 13 | 333 | 112 | 71 |
| Binary | 1000000 | 1111010 | 11100010 | 1001000 | 101110 | 0 | 1011 | 11011011 | 1001010 | 111001 |
Color Harmonies of #407AE2
Complementary color
Monochromatic Colors of #407AE2
Black with #407AE2
Text Example
Text Example
White with #407AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AE2; }
p { color: rgb(64,122,226); }
H1.HeaderClassName
{
color: #407AE2;
}
.AnyTagClassName
{
color: #407AE2;
}
</style>
background-color css
<style>
a { background-color: #407AE2; }
a { background-color: rgb(64,122,226); }
div.DivClassName
{
background-color: #407AE2;
}
.BgClassName
{
background-color: #407AE2;
}
</style>
border-color css
<style>
span { border-color: #407AE2; }
span { border-color: rgb(64,122,226); }
td.TdClassName
{
border-color: #407AE2;
}
.TagClassName
{
border-color: #407AE2;
}
</style>