Shades of Royal Blue #4880DC
Tints of Royal Blue #4880DC
RGB
CMYK
RGB Variations
Color information
#4880DC (or 0x4880DC) is known color: Royal Blue. HEX triplet: 48, 80 and DC. RGB value is (72,128,220). Sum of RGB (Red+Green+Blue) = 72+128+220=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #4880DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880DC is #B77F23. Grayscale: #797979. Windows color (decimal): -12025636 or 14450760. OLE color: 14450760.
HSL color Cylindrical-coordinate representation of color #4880DC: hue angle of 217.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4880DC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 128 | 220 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.14 |
| HSL | 217.3º | 0.68% | 0.57% | - |
| HSV(B) | 217.3º | 0.67% | 0.86% | - |
| XYZ | 23.31 | 21.98 | 70.72 | - |
| YUV | 121.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 220 | 0.67 | 0.42 | 0 | 0.14 | 217.3 | 0.68 | 0.57 |
| Hex | 48 | 80 | DC | 43 | 2A | 0 | E | D9 | 44 | 39 |
| Octal | 110 | 200 | 334 | 103 | 52 | 0 | 16 | 331 | 104 | 71 |
| Binary | 1001000 | 10000000 | 11011100 | 1000011 | 101010 | 0 | 1110 | 11011001 | 1000100 | 111001 |
Color Harmonies of #4880DC
Complementary color
Monochromatic Colors of #4880DC
Black with #4880DC
Text Example
Text Example
White with #4880DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880DC; }
p { color: rgb(72,128,220); }
H1.HeaderClassName
{
color: #4880DC;
}
.AnyTagClassName
{
color: #4880DC;
}
</style>
background-color css
<style>
a { background-color: #4880DC; }
a { background-color: rgb(72,128,220); }
div.DivClassName
{
background-color: #4880DC;
}
.BgClassName
{
background-color: #4880DC;
}
</style>
border-color css
<style>
span { border-color: #4880DC; }
span { border-color: rgb(72,128,220); }
td.TdClassName
{
border-color: #4880DC;
}
.TagClassName
{
border-color: #4880DC;
}
</style>