Shades of Royal Blue #487FDB
Tints of Royal Blue #487FDB
RGB
CMYK
RGB Variations
Color information
#487FDB (or 0x487FDB) is known color: Royal Blue. HEX triplet: 48, 7F and DB. RGB value is (72,127,219). Sum of RGB (Red+Green+Blue) = 72+127+219=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #487FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FDB is #B78024. Grayscale: #787878. Windows color (decimal): -12025893 or 14384968. OLE color: 14384968.
HSL color Cylindrical-coordinate representation of color #487FDB: hue angle of 217.55º degrees, saturation: 0.67, 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 #487FDB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 127 | 219 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.14 |
| HSL | 217.55º | 0.67% | 0.57% | - |
| HSV(B) | 217.55º | 0.67% | 0.86% | - |
| XYZ | 23.05 | 21.67 | 69.99 | - |
| YUV | 121.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 219 | 0.67 | 0.42 | 0 | 0.14 | 217.55 | 0.67 | 0.57 |
| Hex | 48 | 7F | DB | 43 | 2A | 0 | E | DA | 43 | 39 |
| Octal | 110 | 177 | 333 | 103 | 52 | 0 | 16 | 332 | 103 | 71 |
| Binary | 1001000 | 1111111 | 11011011 | 1000011 | 101010 | 0 | 1110 | 11011010 | 1000011 | 111001 |
Color Harmonies of #487FDB
Complementary color
Monochromatic Colors of #487FDB
Black with #487FDB
Text Example
Text Example
White with #487FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FDB; }
p { color: rgb(72,127,219); }
H1.HeaderClassName
{
color: #487FDB;
}
.AnyTagClassName
{
color: #487FDB;
}
</style>
background-color css
<style>
a { background-color: #487FDB; }
a { background-color: rgb(72,127,219); }
div.DivClassName
{
background-color: #487FDB;
}
.BgClassName
{
background-color: #487FDB;
}
</style>
border-color css
<style>
span { border-color: #487FDB; }
span { border-color: rgb(72,127,219); }
td.TdClassName
{
border-color: #487FDB;
}
.TagClassName
{
border-color: #487FDB;
}
</style>