Shades of Royal Blue #4E7DFB
Tints of Royal Blue #4E7DFB
RGB
CMYK
RGB Variations
Color information
#4E7DFB (or 0x4E7DFB) is known color: Royal Blue. HEX triplet: 4E, 7D and FB. RGB value is (78,125,251). Sum of RGB (Red+Green+Blue) = 78+125+251=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7DFB is #B18204. Grayscale: #7C7C7C. Windows color (decimal): -11633157 or 16481614. OLE color: 16481614.
HSL color Cylindrical-coordinate representation of color #4E7DFB: hue angle of 223.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E7DFB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 125 | 251 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.02 |
| HSL | 223.7º | 0.96% | 0.65% | - |
| HSV(B) | 223.7º | 0.69% | 0.98% | - |
| XYZ | 27.89 | 23.25 | 94.29 | - |
| YUV | 125.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 251 | 0.69 | 0.50 | 0 | 0.02 | 223.7 | 0.96 | 0.65 |
| Hex | 4E | 7D | FB | 45 | 32 | 0 | 2 | E0 | 60 | 41 |
| Octal | 116 | 175 | 373 | 105 | 62 | 0 | 2 | 340 | 140 | 101 |
| Binary | 1001110 | 1111101 | 11111011 | 1000101 | 110010 | 0 | 10 | 11100000 | 1100000 | 1000001 |
Color Harmonies of #4E7DFB
Complementary color
Monochromatic Colors of #4E7DFB
Black with #4E7DFB
Text Example
Text Example
White with #4E7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DFB; }
p { color: rgb(78,125,251); }
H1.HeaderClassName
{
color: #4E7DFB;
}
.AnyTagClassName
{
color: #4E7DFB;
}
</style>
background-color css
<style>
a { background-color: #4E7DFB; }
a { background-color: rgb(78,125,251); }
div.DivClassName
{
background-color: #4E7DFB;
}
.BgClassName
{
background-color: #4E7DFB;
}
</style>
border-color css
<style>
span { border-color: #4E7DFB; }
span { border-color: rgb(78,125,251); }
td.TdClassName
{
border-color: #4E7DFB;
}
.TagClassName
{
border-color: #4E7DFB;
}
</style>