Shades of Royal Blue #487EDE
Tints of Royal Blue #487EDE
RGB
CMYK
RGB Variations
Color information
#487EDE (or 0x487EDE) is known color: Royal Blue. HEX triplet: 48, 7E and DE. RGB value is (72,126,222). Sum of RGB (Red+Green+Blue) = 72+126+222=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #487EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EDE is #B78121. Grayscale: #787878. Windows color (decimal): -12026146 or 14581320. OLE color: 14581320.
HSL color Cylindrical-coordinate representation of color #487EDE: hue angle of 218.4º 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 #487EDE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 126 | 222 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 218.4º | 0.69% | 0.58% | - |
| HSV(B) | 218.4º | 0.68% | 0.87% | - |
| XYZ | 23.32 | 21.57 | 72.04 | - |
| YUV | 120.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 222 | 0.68 | 0.43 | 0 | 0.13 | 218.4 | 0.69 | 0.58 |
| Hex | 48 | 7E | DE | 44 | 2B | 0 | D | DA | 45 | 3A |
| Octal | 110 | 176 | 336 | 104 | 53 | 0 | 15 | 332 | 105 | 72 |
| Binary | 1001000 | 1111110 | 11011110 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000101 | 111010 |
Color Harmonies of #487EDE
Complementary color
Monochromatic Colors of #487EDE
Black with #487EDE
Text Example
Text Example
White with #487EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EDE; }
p { color: rgb(72,126,222); }
H1.HeaderClassName
{
color: #487EDE;
}
.AnyTagClassName
{
color: #487EDE;
}
</style>
background-color css
<style>
a { background-color: #487EDE; }
a { background-color: rgb(72,126,222); }
div.DivClassName
{
background-color: #487EDE;
}
.BgClassName
{
background-color: #487EDE;
}
</style>
border-color css
<style>
span { border-color: #487EDE; }
span { border-color: rgb(72,126,222); }
td.TdClassName
{
border-color: #487EDE;
}
.TagClassName
{
border-color: #487EDE;
}
</style>