Shades of Royal Blue #4D7DFB
Tints of Royal Blue #4D7DFB
RGB
CMYK
RGB Variations
Color information
#4D7DFB (or 0x4D7DFB) is known color: Royal Blue. HEX triplet: 4D, 7D and FB. RGB value is (77,125,251). Sum of RGB (Red+Green+Blue) = 77+125+251=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DFB is #B28204. Grayscale: #7C7C7C. Windows color (decimal): -11698693 or 16481613. OLE color: 16481613.
HSL color Cylindrical-coordinate representation of color #4D7DFB: hue angle of 223.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7DFB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 125 | 251 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.02 |
| HSL | 223.45º | 0.96% | 0.64% | - |
| HSV(B) | 223.45º | 0.69% | 0.98% | - |
| XYZ | 27.81 | 23.21 | 94.28 | - |
| YUV | 125.01 | 199.1 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 251 | 0.69 | 0.50 | 0 | 0.02 | 223.45 | 0.96 | 0.64 |
| Hex | 4D | 7D | FB | 45 | 32 | 0 | 2 | DF | 60 | 40 |
| Octal | 115 | 175 | 373 | 105 | 62 | 0 | 2 | 337 | 140 | 100 |
| Binary | 1001101 | 1111101 | 11111011 | 1000101 | 110010 | 0 | 10 | 11011111 | 1100000 | 1000000 |
Color Harmonies of #4D7DFB
Complementary color
Monochromatic Colors of #4D7DFB
Black with #4D7DFB
Text Example
Text Example
White with #4D7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DFB; }
p { color: rgb(77,125,251); }
H1.HeaderClassName
{
color: #4D7DFB;
}
.AnyTagClassName
{
color: #4D7DFB;
}
</style>
background-color css
<style>
a { background-color: #4D7DFB; }
a { background-color: rgb(77,125,251); }
div.DivClassName
{
background-color: #4D7DFB;
}
.BgClassName
{
background-color: #4D7DFB;
}
</style>
border-color css
<style>
span { border-color: #4D7DFB; }
span { border-color: rgb(77,125,251); }
td.TdClassName
{
border-color: #4D7DFB;
}
.TagClassName
{
border-color: #4D7DFB;
}
</style>