Shades of Royal Blue #4E7DDD
Tints of Royal Blue #4E7DDD
RGB
CMYK
RGB Variations
Color information
#4E7DDD (or 0x4E7DDD) is known color: Royal Blue. HEX triplet: 4E, 7D and DD. RGB value is (78,125,221). Sum of RGB (Red+Green+Blue) = 78+125+221=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7DDD is #B18222. Grayscale: #797979. Windows color (decimal): -11633187 or 14515534. OLE color: 14515534.
HSL color Cylindrical-coordinate representation of color #4E7DDD: hue angle of 220.28º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E7DDD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 125 | 221 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.13 |
| HSL | 220.28º | 0.68% | 0.59% | - |
| HSV(B) | 220.28º | 0.65% | 0.87% | - |
| XYZ | 23.53 | 21.51 | 71.32 | - |
| YUV | 121.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 221 | 0.65 | 0.43 | 0 | 0.13 | 220.28 | 0.68 | 0.59 |
| Hex | 4E | 7D | DD | 41 | 2B | 0 | D | DC | 44 | 3B |
| Octal | 116 | 175 | 335 | 101 | 53 | 0 | 15 | 334 | 104 | 73 |
| Binary | 1001110 | 1111101 | 11011101 | 1000001 | 101011 | 0 | 1101 | 11011100 | 1000100 | 111011 |
Color Harmonies of #4E7DDD
Complementary color
Monochromatic Colors of #4E7DDD
Black with #4E7DDD
Text Example
Text Example
White with #4E7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DDD; }
p { color: rgb(78,125,221); }
H1.HeaderClassName
{
color: #4E7DDD;
}
.AnyTagClassName
{
color: #4E7DDD;
}
</style>
background-color css
<style>
a { background-color: #4E7DDD; }
a { background-color: rgb(78,125,221); }
div.DivClassName
{
background-color: #4E7DDD;
}
.BgClassName
{
background-color: #4E7DDD;
}
</style>
border-color css
<style>
span { border-color: #4E7DDD; }
span { border-color: rgb(78,125,221); }
td.TdClassName
{
border-color: #4E7DDD;
}
.TagClassName
{
border-color: #4E7DDD;
}
</style>