Shades of Royal Blue #4D7DFE
Tints of Royal Blue #4D7DFE
RGB
CMYK
RGB Variations
Color information
#4D7DFE (or 0x4D7DFE) is known color: Royal Blue. HEX triplet: 4D, 7D and FE. RGB value is (77,125,254). Sum of RGB (Red+Green+Blue) = 77+125+254=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D7DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DFE is #B28201. Grayscale: #7C7C7C. Windows color (decimal): -11698690 or 16678221. OLE color: 16678221.
HSL color Cylindrical-coordinate representation of color #4D7DFE: hue angle of 223.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D7DFE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 125 | 254 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.00 |
| HSL | 223.73º | 0.99% | 0.65% | - |
| HSV(B) | 223.73º | 0.7% | 1% | - |
| XYZ | 28.28 | 23.4 | 96.79 | - |
| YUV | 125.35 | 200.6 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 254 | 0.70 | 0.51 | 0 | 0.00 | 223.73 | 0.99 | 0.65 |
| Hex | 4D | 7D | FE | 46 | 33 | 0 | 0 | E0 | 63 | 41 |
| Octal | 115 | 175 | 376 | 106 | 63 | 0 | 0 | 340 | 143 | 101 |
| Binary | 1001101 | 1111101 | 11111110 | 1000110 | 110011 | 0 | 0 | 11100000 | 1100011 | 1000001 |
Color Harmonies of #4D7DFE
Complementary color
Monochromatic Colors of #4D7DFE
Black with #4D7DFE
Text Example
Text Example
White with #4D7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DFE; }
p { color: rgb(77,125,254); }
H1.HeaderClassName
{
color: #4D7DFE;
}
.AnyTagClassName
{
color: #4D7DFE;
}
</style>
background-color css
<style>
a { background-color: #4D7DFE; }
a { background-color: rgb(77,125,254); }
div.DivClassName
{
background-color: #4D7DFE;
}
.BgClassName
{
background-color: #4D7DFE;
}
</style>
border-color css
<style>
span { border-color: #4D7DFE; }
span { border-color: rgb(77,125,254); }
td.TdClassName
{
border-color: #4D7DFE;
}
.TagClassName
{
border-color: #4D7DFE;
}
</style>