Shades of Royal Blue #407ED8
Tints of Royal Blue #407ED8
RGB
CMYK
RGB Variations
Color information
#407ED8 (or 0x407ED8) is known color: Royal Blue. HEX triplet: 40, 7E and D8. RGB value is (64,126,216). Sum of RGB (Red+Green+Blue) = 64+126+216=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #407ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ED8 is #BF8127. Grayscale: #757575. Windows color (decimal): -12550440 or 14188096. OLE color: 14188096.
HSL color Cylindrical-coordinate representation of color #407ED8: hue angle of 215.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407ED8 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 126 | 216 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.15 |
| HSL | 215.53º | 0.66% | 0.55% | - |
| HSV(B) | 215.53º | 0.7% | 0.85% | - |
| XYZ | 21.97 | 20.97 | 67.86 | - |
| YUV | 117.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 216 | 0.70 | 0.42 | 0 | 0.15 | 215.53 | 0.66 | 0.55 |
| Hex | 40 | 7E | D8 | 46 | 2A | 0 | F | D8 | 42 | 37 |
| Octal | 100 | 176 | 330 | 106 | 52 | 0 | 17 | 330 | 102 | 67 |
| Binary | 1000000 | 1111110 | 11011000 | 1000110 | 101010 | 0 | 1111 | 11011000 | 1000010 | 110111 |
Color Harmonies of #407ED8
Complementary color
Monochromatic Colors of #407ED8
Black with #407ED8
Text Example
Text Example
White with #407ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ED8; }
p { color: rgb(64,126,216); }
H1.HeaderClassName
{
color: #407ED8;
}
.AnyTagClassName
{
color: #407ED8;
}
</style>
background-color css
<style>
a { background-color: #407ED8; }
a { background-color: rgb(64,126,216); }
div.DivClassName
{
background-color: #407ED8;
}
.BgClassName
{
background-color: #407ED8;
}
</style>
border-color css
<style>
span { border-color: #407ED8; }
span { border-color: rgb(64,126,216); }
td.TdClassName
{
border-color: #407ED8;
}
.TagClassName
{
border-color: #407ED8;
}
</style>