Shades of Royal Blue #4D7DEE
Tints of Royal Blue #4D7DEE
RGB
CMYK
RGB Variations
Color information
#4D7DEE (or 0x4D7DEE) is known color: Royal Blue. HEX triplet: 4D, 7D and EE. RGB value is (77,125,238). Sum of RGB (Red+Green+Blue) = 77+125+238=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D7DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DEE is #B28211. Grayscale: #7B7B7B. Windows color (decimal): -11698706 or 15629645. OLE color: 15629645.
HSL color Cylindrical-coordinate representation of color #4D7DEE: hue angle of 222.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7DEE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 125 | 238 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.07 |
| HSL | 222.11º | 0.83% | 0.62% | - |
| HSV(B) | 222.11º | 0.68% | 0.93% | - |
| XYZ | 25.83 | 22.42 | 83.85 | - |
| YUV | 123.53 | 192.6 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 238 | 0.68 | 0.47 | 0 | 0.07 | 222.11 | 0.83 | 0.62 |
| Hex | 4D | 7D | EE | 44 | 2F | 0 | 7 | DE | 53 | 3E |
| Octal | 115 | 175 | 356 | 104 | 57 | 0 | 7 | 336 | 123 | 76 |
| Binary | 1001101 | 1111101 | 11101110 | 1000100 | 101111 | 0 | 111 | 11011110 | 1010011 | 111110 |
Color Harmonies of #4D7DEE
Complementary color
Monochromatic Colors of #4D7DEE
Black with #4D7DEE
Text Example
Text Example
White with #4D7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DEE; }
p { color: rgb(77,125,238); }
H1.HeaderClassName
{
color: #4D7DEE;
}
.AnyTagClassName
{
color: #4D7DEE;
}
</style>
background-color css
<style>
a { background-color: #4D7DEE; }
a { background-color: rgb(77,125,238); }
div.DivClassName
{
background-color: #4D7DEE;
}
.BgClassName
{
background-color: #4D7DEE;
}
</style>
border-color css
<style>
span { border-color: #4D7DEE; }
span { border-color: rgb(77,125,238); }
td.TdClassName
{
border-color: #4D7DEE;
}
.TagClassName
{
border-color: #4D7DEE;
}
</style>