Shades of Royal Blue #4071ED
Tints of Royal Blue #4071ED
RGB
CMYK
RGB Variations
Color information
#4071ED (or 0x4071ED) is known color: Royal Blue. HEX triplet: 40, 71 and ED. RGB value is (64,113,237). Sum of RGB (Red+Green+Blue) = 64+113+237=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #4071ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071ED is #BF8E12. Grayscale: #6F6F6F. Windows color (decimal): -12553747 or 15561024. OLE color: 15561024.
HSL color Cylindrical-coordinate representation of color #4071ED: hue angle of 223.01º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4071ED is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 113 | 237 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.07 |
| HSL | 223.01º | 0.83% | 0.59% | - |
| HSV(B) | 223.01º | 0.73% | 0.93% | - |
| XYZ | 23.31 | 19.01 | 82.56 | - |
| YUV | 112.49 | 198.27 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 237 | 0.73 | 0.52 | 0 | 0.07 | 223.01 | 0.83 | 0.59 |
| Hex | 40 | 71 | ED | 49 | 34 | 0 | 7 | DF | 53 | 3B |
| Octal | 100 | 161 | 355 | 111 | 64 | 0 | 7 | 337 | 123 | 73 |
| Binary | 1000000 | 1110001 | 11101101 | 1001001 | 110100 | 0 | 111 | 11011111 | 1010011 | 111011 |
Color Harmonies of #4071ED
Complementary color
Monochromatic Colors of #4071ED
Black with #4071ED
Text Example
Text Example
White with #4071ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071ED; }
p { color: rgb(64,113,237); }
H1.HeaderClassName
{
color: #4071ED;
}
.AnyTagClassName
{
color: #4071ED;
}
</style>
background-color css
<style>
a { background-color: #4071ED; }
a { background-color: rgb(64,113,237); }
div.DivClassName
{
background-color: #4071ED;
}
.BgClassName
{
background-color: #4071ED;
}
</style>
border-color css
<style>
span { border-color: #4071ED; }
span { border-color: rgb(64,113,237); }
td.TdClassName
{
border-color: #4071ED;
}
.TagClassName
{
border-color: #4071ED;
}
</style>