Shades of Royal Blue #4073D7
Tints of Royal Blue #4073D7
RGB
CMYK
RGB Variations
Color information
#4073D7 (or 0x4073D7) is known color: Royal Blue. HEX triplet: 40, 73 and D7. RGB value is (64,115,215). Sum of RGB (Red+Green+Blue) = 64+115+215=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #4073D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073D7 is #BF8C28. Grayscale: #6E6E6E. Windows color (decimal): -12553257 or 14119744. OLE color: 14119744.
HSL color Cylindrical-coordinate representation of color #4073D7: hue angle of 219.74º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4073D7 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 115 | 215 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.16 |
| HSL | 219.74º | 0.65% | 0.55% | - |
| HSV(B) | 219.74º | 0.7% | 0.84% | - |
| XYZ | 20.51 | 18.26 | 66.73 | - |
| YUV | 111.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 215 | 0.70 | 0.47 | 0 | 0.16 | 219.74 | 0.65 | 0.55 |
| Hex | 40 | 73 | D7 | 46 | 2F | 0 | 10 | DC | 41 | 37 |
| Octal | 100 | 163 | 327 | 106 | 57 | 0 | 20 | 334 | 101 | 67 |
| Binary | 1000000 | 1110011 | 11010111 | 1000110 | 101111 | 0 | 10000 | 11011100 | 1000001 | 110111 |
Color Harmonies of #4073D7
Complementary color
Monochromatic Colors of #4073D7
Black with #4073D7
Text Example
Text Example
White with #4073D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073D7; }
p { color: rgb(64,115,215); }
H1.HeaderClassName
{
color: #4073D7;
}
.AnyTagClassName
{
color: #4073D7;
}
</style>
background-color css
<style>
a { background-color: #4073D7; }
a { background-color: rgb(64,115,215); }
div.DivClassName
{
background-color: #4073D7;
}
.BgClassName
{
background-color: #4073D7;
}
</style>
border-color css
<style>
span { border-color: #4073D7; }
span { border-color: rgb(64,115,215); }
td.TdClassName
{
border-color: #4073D7;
}
.TagClassName
{
border-color: #4073D7;
}
</style>