Shades of Royal Blue #487DDB
Tints of Royal Blue #487DDB
RGB
CMYK
RGB Variations
Color information
#487DDB (or 0x487DDB) is known color: Royal Blue. HEX triplet: 48, 7D and DB. RGB value is (72,125,219). Sum of RGB (Red+Green+Blue) = 72+125+219=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #487DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DDB is #B78224. Grayscale: #777777. Windows color (decimal): -12026405 or 14384456. OLE color: 14384456.
HSL color Cylindrical-coordinate representation of color #487DDB: hue angle of 218.37º 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 #487DDB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 125 | 219 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.14 |
| HSL | 218.37º | 0.67% | 0.57% | - |
| HSV(B) | 218.37º | 0.67% | 0.86% | - |
| XYZ | 22.79 | 21.16 | 69.9 | - |
| YUV | 119.87 | 183.94 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 219 | 0.67 | 0.43 | 0 | 0.14 | 218.37 | 0.67 | 0.57 |
| Hex | 48 | 7D | DB | 43 | 2B | 0 | E | DA | 43 | 39 |
| Octal | 110 | 175 | 333 | 103 | 53 | 0 | 16 | 332 | 103 | 71 |
| Binary | 1001000 | 1111101 | 11011011 | 1000011 | 101011 | 0 | 1110 | 11011010 | 1000011 | 111001 |
Color Harmonies of #487DDB
Complementary color
Monochromatic Colors of #487DDB
Black with #487DDB
Text Example
Text Example
White with #487DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DDB; }
p { color: rgb(72,125,219); }
H1.HeaderClassName
{
color: #487DDB;
}
.AnyTagClassName
{
color: #487DDB;
}
</style>
background-color css
<style>
a { background-color: #487DDB; }
a { background-color: rgb(72,125,219); }
div.DivClassName
{
background-color: #487DDB;
}
.BgClassName
{
background-color: #487DDB;
}
</style>
border-color css
<style>
span { border-color: #487DDB; }
span { border-color: rgb(72,125,219); }
td.TdClassName
{
border-color: #487DDB;
}
.TagClassName
{
border-color: #487DDB;
}
</style>