Shades of Royal Blue #4F7DDD
Tints of Royal Blue #4F7DDD
RGB
CMYK
RGB Variations
Color information
#4F7DDD (or 0x4F7DDD) is known color: Royal Blue. HEX triplet: 4F, 7D and DD. RGB value is (79,125,221). Sum of RGB (Red+Green+Blue) = 79+125+221=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DDD is #B08222. Grayscale: #797979. Windows color (decimal): -11567651 or 14515535. OLE color: 14515535.
HSL color Cylindrical-coordinate representation of color #4F7DDD: hue angle of 220.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F7DDD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 125 | 221 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.13 |
| HSL | 220.56º | 0.68% | 0.59% | - |
| HSV(B) | 220.56º | 0.64% | 0.87% | - |
| XYZ | 23.61 | 21.55 | 71.32 | - |
| YUV | 122.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 221 | 0.64 | 0.43 | 0 | 0.13 | 220.56 | 0.68 | 0.59 |
| Hex | 4F | 7D | DD | 40 | 2B | 0 | D | DD | 44 | 3B |
| Octal | 117 | 175 | 335 | 100 | 53 | 0 | 15 | 335 | 104 | 73 |
| Binary | 1001111 | 1111101 | 11011101 | 1000000 | 101011 | 0 | 1101 | 11011101 | 1000100 | 111011 |
Color Harmonies of #4F7DDD
Complementary color
Monochromatic Colors of #4F7DDD
Black with #4F7DDD
Text Example
Text Example
White with #4F7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7DDD; }
p { color: rgb(79,125,221); }
H1.HeaderClassName
{
color: #4F7DDD;
}
.AnyTagClassName
{
color: #4F7DDD;
}
</style>
background-color css
<style>
a { background-color: #4F7DDD; }
a { background-color: rgb(79,125,221); }
div.DivClassName
{
background-color: #4F7DDD;
}
.BgClassName
{
background-color: #4F7DDD;
}
</style>
border-color css
<style>
span { border-color: #4F7DDD; }
span { border-color: rgb(79,125,221); }
td.TdClassName
{
border-color: #4F7DDD;
}
.TagClassName
{
border-color: #4F7DDD;
}
</style>