Shades of Royal Blue #4980DD
Tints of Royal Blue #4980DD
RGB
CMYK
RGB Variations
Color information
#4980DD (or 0x4980DD) is known color: Royal Blue. HEX triplet: 49, 80 and DD. RGB value is (73,128,221). Sum of RGB (Red+Green+Blue) = 73+128+221=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #4980DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980DD is #B67F22. Grayscale: #797979. Windows color (decimal): -11960099 or 14516297. OLE color: 14516297.
HSL color Cylindrical-coordinate representation of color #4980DD: hue angle of 217.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4980DD is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 128 | 221 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.13 |
| HSL | 217.7º | 0.69% | 0.58% | - |
| HSV(B) | 217.7º | 0.67% | 0.87% | - |
| XYZ | 23.52 | 22.08 | 71.43 | - |
| YUV | 122.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 221 | 0.67 | 0.42 | 0 | 0.13 | 217.7 | 0.69 | 0.58 |
| Hex | 49 | 80 | DD | 43 | 2A | 0 | D | DA | 45 | 3A |
| Octal | 111 | 200 | 335 | 103 | 52 | 0 | 15 | 332 | 105 | 72 |
| Binary | 1001001 | 10000000 | 11011101 | 1000011 | 101010 | 0 | 1101 | 11011010 | 1000101 | 111010 |
Color Harmonies of #4980DD
Complementary color
Monochromatic Colors of #4980DD
Black with #4980DD
Text Example
Text Example
White with #4980DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980DD; }
p { color: rgb(73,128,221); }
H1.HeaderClassName
{
color: #4980DD;
}
.AnyTagClassName
{
color: #4980DD;
}
</style>
background-color css
<style>
a { background-color: #4980DD; }
a { background-color: rgb(73,128,221); }
div.DivClassName
{
background-color: #4980DD;
}
.BgClassName
{
background-color: #4980DD;
}
</style>
border-color css
<style>
span { border-color: #4980DD; }
span { border-color: rgb(73,128,221); }
td.TdClassName
{
border-color: #4980DD;
}
.TagClassName
{
border-color: #4980DD;
}
</style>