Shades of Royal Blue #487FDD
Tints of Royal Blue #487FDD
RGB
CMYK
RGB Variations
Color information
#487FDD (or 0x487FDD) is known color: Royal Blue. HEX triplet: 48, 7F and DD. RGB value is (72,127,221). Sum of RGB (Red+Green+Blue) = 72+127+221=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #487FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FDD is #B78022. Grayscale: #787878. Windows color (decimal): -12025891 or 14516040. OLE color: 14516040.
HSL color Cylindrical-coordinate representation of color #487FDD: hue angle of 217.85º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487FDD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 127 | 221 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.13 |
| HSL | 217.85º | 0.69% | 0.57% | - |
| HSV(B) | 217.85º | 0.67% | 0.87% | - |
| XYZ | 23.31 | 21.78 | 71.38 | - |
| YUV | 121.27 | 184.28 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 221 | 0.67 | 0.43 | 0 | 0.13 | 217.85 | 0.69 | 0.57 |
| Hex | 48 | 7F | DD | 43 | 2B | 0 | D | DA | 45 | 39 |
| Octal | 110 | 177 | 335 | 103 | 53 | 0 | 15 | 332 | 105 | 71 |
| Binary | 1001000 | 1111111 | 11011101 | 1000011 | 101011 | 0 | 1101 | 11011010 | 1000101 | 111001 |
Color Harmonies of #487FDD
Complementary color
Monochromatic Colors of #487FDD
Black with #487FDD
Text Example
Text Example
White with #487FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FDD; }
p { color: rgb(72,127,221); }
H1.HeaderClassName
{
color: #487FDD;
}
.AnyTagClassName
{
color: #487FDD;
}
</style>
background-color css
<style>
a { background-color: #487FDD; }
a { background-color: rgb(72,127,221); }
div.DivClassName
{
background-color: #487FDD;
}
.BgClassName
{
background-color: #487FDD;
}
</style>
border-color css
<style>
span { border-color: #487FDD; }
span { border-color: rgb(72,127,221); }
td.TdClassName
{
border-color: #487FDD;
}
.TagClassName
{
border-color: #487FDD;
}
</style>