Shades of Royal Blue #4071E3
Tints of Royal Blue #4071E3
RGB
CMYK
RGB Variations
Color information
#4071E3 (or 0x4071E3) is known color: Royal Blue. HEX triplet: 40, 71 and E3. RGB value is (64,113,227). Sum of RGB (Red+Green+Blue) = 64+113+227=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #4071E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071E3 is #BF8E1C. Grayscale: #6E6E6E. Windows color (decimal): -12553757 or 14905664. OLE color: 14905664.
HSL color Cylindrical-coordinate representation of color #4071E3: hue angle of 221.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4071E3 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 113 | 227 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.11 |
| HSL | 221.96º | 0.74% | 0.57% | - |
| HSV(B) | 221.96º | 0.72% | 0.89% | - |
| XYZ | 21.88 | 18.45 | 75.08 | - |
| YUV | 111.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 227 | 0.72 | 0.50 | 0 | 0.11 | 221.96 | 0.74 | 0.57 |
| Hex | 40 | 71 | E3 | 48 | 32 | 0 | B | DE | 4A | 39 |
| Octal | 100 | 161 | 343 | 110 | 62 | 0 | 13 | 336 | 112 | 71 |
| Binary | 1000000 | 1110001 | 11100011 | 1001000 | 110010 | 0 | 1011 | 11011110 | 1001010 | 111001 |
Color Harmonies of #4071E3
Complementary color
Monochromatic Colors of #4071E3
Black with #4071E3
Text Example
Text Example
White with #4071E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071E3; }
p { color: rgb(64,113,227); }
H1.HeaderClassName
{
color: #4071E3;
}
.AnyTagClassName
{
color: #4071E3;
}
</style>
background-color css
<style>
a { background-color: #4071E3; }
a { background-color: rgb(64,113,227); }
div.DivClassName
{
background-color: #4071E3;
}
.BgClassName
{
background-color: #4071E3;
}
</style>
border-color css
<style>
span { border-color: #4071E3; }
span { border-color: rgb(64,113,227); }
td.TdClassName
{
border-color: #4071E3;
}
.TagClassName
{
border-color: #4071E3;
}
</style>