Shades of Royal Blue #407ED3
Tints of Royal Blue #407ED3
RGB
CMYK
RGB Variations
Color information
#407ED3 (or 0x407ED3) is known color: Royal Blue. HEX triplet: 40, 7E and D3. RGB value is (64,126,211). Sum of RGB (Red+Green+Blue) = 64+126+211=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #407ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ED3 is #BF812C. Grayscale: #747474. Windows color (decimal): -12550445 or 13860416. OLE color: 13860416.
HSL color Cylindrical-coordinate representation of color #407ED3: hue angle of 214.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407ED3 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 126 | 211 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.17 |
| HSL | 214.69º | 0.63% | 0.54% | - |
| HSV(B) | 214.69º | 0.7% | 0.83% | - |
| XYZ | 21.33 | 20.71 | 64.5 | - |
| YUV | 117.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 211 | 0.70 | 0.40 | 0 | 0.17 | 214.69 | 0.63 | 0.54 |
| Hex | 40 | 7E | D3 | 46 | 28 | 0 | 11 | D7 | 3F | 36 |
| Octal | 100 | 176 | 323 | 106 | 50 | 0 | 21 | 327 | 77 | 66 |
| Binary | 1000000 | 1111110 | 11010011 | 1000110 | 101000 | 0 | 10001 | 11010111 | 111111 | 110110 |
Color Harmonies of #407ED3
Complementary color
Monochromatic Colors of #407ED3
Black with #407ED3
Text Example
Text Example
White with #407ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ED3; }
p { color: rgb(64,126,211); }
H1.HeaderClassName
{
color: #407ED3;
}
.AnyTagClassName
{
color: #407ED3;
}
</style>
background-color css
<style>
a { background-color: #407ED3; }
a { background-color: rgb(64,126,211); }
div.DivClassName
{
background-color: #407ED3;
}
.BgClassName
{
background-color: #407ED3;
}
</style>
border-color css
<style>
span { border-color: #407ED3; }
span { border-color: rgb(64,126,211); }
td.TdClassName
{
border-color: #407ED3;
}
.TagClassName
{
border-color: #407ED3;
}
</style>