Shades of Royal Blue #4880FD
Tints of Royal Blue #4880FD
RGB
CMYK
RGB Variations
Color information
#4880FD (or 0x4880FD) is known color: Royal Blue. HEX triplet: 48, 80 and FD. RGB value is (72,128,253). Sum of RGB (Red+Green+Blue) = 72+128+253=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #4880FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880FD is #B77F02. Grayscale: #7C7C7C. Windows color (decimal): -12025603 or 16613448. OLE color: 16613448.
HSL color Cylindrical-coordinate representation of color #4880FD: hue angle of 221.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4880FD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 128 | 253 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.01 |
| HSL | 221.44º | 0.98% | 0.64% | - |
| HSV(B) | 221.44º | 0.72% | 0.99% | - |
| XYZ | 28.12 | 23.91 | 96.06 | - |
| YUV | 125.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 253 | 0.72 | 0.49 | 0 | 0.01 | 221.44 | 0.98 | 0.64 |
| Hex | 48 | 80 | FD | 48 | 31 | 0 | 1 | DD | 62 | 40 |
| Octal | 110 | 200 | 375 | 110 | 61 | 0 | 1 | 335 | 142 | 100 |
| Binary | 1001000 | 10000000 | 11111101 | 1001000 | 110001 | 0 | 1 | 11011101 | 1100010 | 1000000 |
Color Harmonies of #4880FD
Complementary color
Monochromatic Colors of #4880FD
Black with #4880FD
Text Example
Text Example
White with #4880FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880FD; }
p { color: rgb(72,128,253); }
H1.HeaderClassName
{
color: #4880FD;
}
.AnyTagClassName
{
color: #4880FD;
}
</style>
background-color css
<style>
a { background-color: #4880FD; }
a { background-color: rgb(72,128,253); }
div.DivClassName
{
background-color: #4880FD;
}
.BgClassName
{
background-color: #4880FD;
}
</style>
border-color css
<style>
span { border-color: #4880FD; }
span { border-color: rgb(72,128,253); }
td.TdClassName
{
border-color: #4880FD;
}
.TagClassName
{
border-color: #4880FD;
}
</style>