Shades of Royal Blue #407CD3
Tints of Royal Blue #407CD3
RGB
CMYK
RGB Variations
Color information
#407CD3 (or 0x407CD3) is known color: Royal Blue. HEX triplet: 40, 7C and D3. RGB value is (64,124,211). Sum of RGB (Red+Green+Blue) = 64+124+211=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #407CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CD3 is #BF832C. Grayscale: #737373. Windows color (decimal): -12550957 or 13859904. OLE color: 13859904.
HSL color Cylindrical-coordinate representation of color #407CD3: hue angle of 215.51º 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 #407CD3 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 124 | 211 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.17 |
| HSL | 215.51º | 0.63% | 0.54% | - |
| HSV(B) | 215.51º | 0.7% | 0.83% | - |
| XYZ | 21.08 | 20.21 | 64.42 | - |
| YUV | 115.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 211 | 0.70 | 0.41 | 0 | 0.17 | 215.51 | 0.63 | 0.54 |
| Hex | 40 | 7C | D3 | 46 | 29 | 0 | 11 | D8 | 3F | 36 |
| Octal | 100 | 174 | 323 | 106 | 51 | 0 | 21 | 330 | 77 | 66 |
| Binary | 1000000 | 1111100 | 11010011 | 1000110 | 101001 | 0 | 10001 | 11011000 | 111111 | 110110 |
Color Harmonies of #407CD3
Complementary color
Monochromatic Colors of #407CD3
Black with #407CD3
Text Example
Text Example
White with #407CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CD3; }
p { color: rgb(64,124,211); }
H1.HeaderClassName
{
color: #407CD3;
}
.AnyTagClassName
{
color: #407CD3;
}
</style>
background-color css
<style>
a { background-color: #407CD3; }
a { background-color: rgb(64,124,211); }
div.DivClassName
{
background-color: #407CD3;
}
.BgClassName
{
background-color: #407CD3;
}
</style>
border-color css
<style>
span { border-color: #407CD3; }
span { border-color: rgb(64,124,211); }
td.TdClassName
{
border-color: #407CD3;
}
.TagClassName
{
border-color: #407CD3;
}
</style>