Shades of Royal Blue #487ADE
Tints of Royal Blue #487ADE
RGB
CMYK
RGB Variations
Color information
#487ADE (or 0x487ADE) is known color: Royal Blue. HEX triplet: 48, 7A and DE. RGB value is (72,122,222). Sum of RGB (Red+Green+Blue) = 72+122+222=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #487ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ADE is #B78521. Grayscale: #757575. Windows color (decimal): -12027170 or 14580296. OLE color: 14580296.
HSL color Cylindrical-coordinate representation of color #487ADE: hue angle of 220º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487ADE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 122 | 222 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 220º | 0.69% | 0.58% | - |
| HSV(B) | 220º | 0.68% | 0.87% | - |
| XYZ | 22.82 | 20.57 | 71.88 | - |
| YUV | 118.45 | 186.44 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 222 | 0.68 | 0.45 | 0 | 0.13 | 220 | 0.69 | 0.58 |
| Hex | 48 | 7A | DE | 44 | 2D | 0 | D | DC | 45 | 3A |
| Octal | 110 | 172 | 336 | 104 | 55 | 0 | 15 | 334 | 105 | 72 |
| Binary | 1001000 | 1111010 | 11011110 | 1000100 | 101101 | 0 | 1101 | 11011100 | 1000101 | 111010 |
Color Harmonies of #487ADE
Complementary color
Monochromatic Colors of #487ADE
Black with #487ADE
Text Example
Text Example
White with #487ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487ADE; }
p { color: rgb(72,122,222); }
H1.HeaderClassName
{
color: #487ADE;
}
.AnyTagClassName
{
color: #487ADE;
}
</style>
background-color css
<style>
a { background-color: #487ADE; }
a { background-color: rgb(72,122,222); }
div.DivClassName
{
background-color: #487ADE;
}
.BgClassName
{
background-color: #487ADE;
}
</style>
border-color css
<style>
span { border-color: #487ADE; }
span { border-color: rgb(72,122,222); }
td.TdClassName
{
border-color: #487ADE;
}
.TagClassName
{
border-color: #487ADE;
}
</style>