Shades of Royal Blue #407AD3
Tints of Royal Blue #407AD3
RGB
CMYK
RGB Variations
Color information
#407AD3 (or 0x407AD3) is known color: Royal Blue. HEX triplet: 40, 7A and D3. RGB value is (64,122,211). Sum of RGB (Red+Green+Blue) = 64+122+211=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #407AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AD3 is #BF852C. Grayscale: #727272. Windows color (decimal): -12551469 or 13859392. OLE color: 13859392.
HSL color Cylindrical-coordinate representation of color #407AD3: hue angle of 216.33º 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 #407AD3 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 122 | 211 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.17 |
| HSL | 216.33º | 0.63% | 0.54% | - |
| HSV(B) | 216.33º | 0.7% | 0.83% | - |
| XYZ | 20.83 | 19.71 | 64.33 | - |
| YUV | 114.8 | 182.28 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 211 | 0.70 | 0.42 | 0 | 0.17 | 216.33 | 0.63 | 0.54 |
| Hex | 40 | 7A | D3 | 46 | 2A | 0 | 11 | D8 | 3F | 36 |
| Octal | 100 | 172 | 323 | 106 | 52 | 0 | 21 | 330 | 77 | 66 |
| Binary | 1000000 | 1111010 | 11010011 | 1000110 | 101010 | 0 | 10001 | 11011000 | 111111 | 110110 |
Color Harmonies of #407AD3
Complementary color
Monochromatic Colors of #407AD3
Black with #407AD3
Text Example
Text Example
White with #407AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AD3; }
p { color: rgb(64,122,211); }
H1.HeaderClassName
{
color: #407AD3;
}
.AnyTagClassName
{
color: #407AD3;
}
</style>
background-color css
<style>
a { background-color: #407AD3; }
a { background-color: rgb(64,122,211); }
div.DivClassName
{
background-color: #407AD3;
}
.BgClassName
{
background-color: #407AD3;
}
</style>
border-color css
<style>
span { border-color: #407AD3; }
span { border-color: rgb(64,122,211); }
td.TdClassName
{
border-color: #407AD3;
}
.TagClassName
{
border-color: #407AD3;
}
</style>