Shades of Royal Blue #487FDC
Tints of Royal Blue #487FDC
RGB
CMYK
RGB Variations
Color information
#487FDC (or 0x487FDC) is known color: Royal Blue. HEX triplet: 48, 7F and DC. RGB value is (72,127,220). Sum of RGB (Red+Green+Blue) = 72+127+220=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #487FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FDC is #B78023. Grayscale: #787878. Windows color (decimal): -12025892 or 14450504. OLE color: 14450504.
HSL color Cylindrical-coordinate representation of color #487FDC: hue angle of 217.7º 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 #487FDC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 127 | 220 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.14 |
| HSL | 217.7º | 0.68% | 0.57% | - |
| HSV(B) | 217.7º | 0.67% | 0.86% | - |
| XYZ | 23.18 | 21.72 | 70.68 | - |
| YUV | 121.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 220 | 0.67 | 0.42 | 0 | 0.14 | 217.7 | 0.68 | 0.57 |
| Hex | 48 | 7F | DC | 43 | 2A | 0 | E | DA | 44 | 39 |
| Octal | 110 | 177 | 334 | 103 | 52 | 0 | 16 | 332 | 104 | 71 |
| Binary | 1001000 | 1111111 | 11011100 | 1000011 | 101010 | 0 | 1110 | 11011010 | 1000100 | 111001 |
Color Harmonies of #487FDC
Complementary color
Monochromatic Colors of #487FDC
Black with #487FDC
Text Example
Text Example
White with #487FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FDC; }
p { color: rgb(72,127,220); }
H1.HeaderClassName
{
color: #487FDC;
}
.AnyTagClassName
{
color: #487FDC;
}
</style>
background-color css
<style>
a { background-color: #487FDC; }
a { background-color: rgb(72,127,220); }
div.DivClassName
{
background-color: #487FDC;
}
.BgClassName
{
background-color: #487FDC;
}
</style>
border-color css
<style>
span { border-color: #487FDC; }
span { border-color: rgb(72,127,220); }
td.TdClassName
{
border-color: #487FDC;
}
.TagClassName
{
border-color: #487FDC;
}
</style>