Shades of Royal Blue #487BDB
Tints of Royal Blue #487BDB
RGB
CMYK
RGB Variations
Color information
#487BDB (or 0x487BDB) is known color: Royal Blue. HEX triplet: 48, 7B and DB. RGB value is (72,123,219). Sum of RGB (Red+Green+Blue) = 72+123+219=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #487BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BDB is #B78424. Grayscale: #767676. Windows color (decimal): -12026917 or 14383944. OLE color: 14383944.
HSL color Cylindrical-coordinate representation of color #487BDB: hue angle of 219.18º 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 #487BDB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 123 | 219 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.14 |
| HSL | 219.18º | 0.67% | 0.57% | - |
| HSV(B) | 219.18º | 0.67% | 0.86% | - |
| XYZ | 22.54 | 20.66 | 69.82 | - |
| YUV | 118.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 219 | 0.67 | 0.44 | 0 | 0.14 | 219.18 | 0.67 | 0.57 |
| Hex | 48 | 7B | DB | 43 | 2C | 0 | E | DB | 43 | 39 |
| Octal | 110 | 173 | 333 | 103 | 54 | 0 | 16 | 333 | 103 | 71 |
| Binary | 1001000 | 1111011 | 11011011 | 1000011 | 101100 | 0 | 1110 | 11011011 | 1000011 | 111001 |
Color Harmonies of #487BDB
Complementary color
Monochromatic Colors of #487BDB
Black with #487BDB
Text Example
Text Example
White with #487BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BDB; }
p { color: rgb(72,123,219); }
H1.HeaderClassName
{
color: #487BDB;
}
.AnyTagClassName
{
color: #487BDB;
}
</style>
background-color css
<style>
a { background-color: #487BDB; }
a { background-color: rgb(72,123,219); }
div.DivClassName
{
background-color: #487BDB;
}
.BgClassName
{
background-color: #487BDB;
}
</style>
border-color css
<style>
span { border-color: #487BDB; }
span { border-color: rgb(72,123,219); }
td.TdClassName
{
border-color: #487BDB;
}
.TagClassName
{
border-color: #487BDB;
}
</style>