Shades of Royal Blue #4880DF
Tints of Royal Blue #4880DF
RGB
CMYK
RGB Variations
Color information
#4880DF (or 0x4880DF) is known color: Royal Blue. HEX triplet: 48, 80 and DF. RGB value is (72,128,223). Sum of RGB (Red+Green+Blue) = 72+128+223=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #4880DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880DF is #B77F20. Grayscale: #797979. Windows color (decimal): -12025633 or 14647368. OLE color: 14647368.
HSL color Cylindrical-coordinate representation of color #4880DF: hue angle of 217.75º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4880DF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 128 | 223 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 217.75º | 0.7% | 0.58% | - |
| HSV(B) | 217.75º | 0.68% | 0.87% | - |
| XYZ | 23.71 | 22.14 | 72.84 | - |
| YUV | 122.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 223 | 0.68 | 0.43 | 0 | 0.13 | 217.75 | 0.7 | 0.58 |
| Hex | 48 | 80 | DF | 44 | 2B | 0 | D | DA | 46 | 3A |
| Octal | 110 | 200 | 337 | 104 | 53 | 0 | 15 | 332 | 106 | 72 |
| Binary | 1001000 | 10000000 | 11011111 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000110 | 111010 |
Color Harmonies of #4880DF
Complementary color
Monochromatic Colors of #4880DF
Black with #4880DF
Text Example
Text Example
White with #4880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880DF; }
p { color: rgb(72,128,223); }
H1.HeaderClassName
{
color: #4880DF;
}
.AnyTagClassName
{
color: #4880DF;
}
</style>
background-color css
<style>
a { background-color: #4880DF; }
a { background-color: rgb(72,128,223); }
div.DivClassName
{
background-color: #4880DF;
}
.BgClassName
{
background-color: #4880DF;
}
</style>
border-color css
<style>
span { border-color: #4880DF; }
span { border-color: rgb(72,128,223); }
td.TdClassName
{
border-color: #4880DF;
}
.TagClassName
{
border-color: #4880DF;
}
</style>