Shades of Royal Blue #487EE0
Tints of Royal Blue #487EE0
RGB
CMYK
RGB Variations
Color information
#487EE0 (or 0x487EE0) is known color: Royal Blue. HEX triplet: 48, 7E and E0. RGB value is (72,126,224). Sum of RGB (Red+Green+Blue) = 72+126+224=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #487EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EE0 is #B7811F. Grayscale: #787878. Windows color (decimal): -12026144 or 14712392. OLE color: 14712392.
HSL color Cylindrical-coordinate representation of color #487EE0: hue angle of 218.68º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487EE0 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 126 | 224 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.12 |
| HSL | 218.68º | 0.71% | 0.58% | - |
| HSV(B) | 218.68º | 0.68% | 0.88% | - |
| XYZ | 23.59 | 21.68 | 73.46 | - |
| YUV | 121.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 224 | 0.68 | 0.44 | 0 | 0.12 | 218.68 | 0.71 | 0.58 |
| Hex | 48 | 7E | E0 | 44 | 2C | 0 | C | DB | 47 | 3A |
| Octal | 110 | 176 | 340 | 104 | 54 | 0 | 14 | 333 | 107 | 72 |
| Binary | 1001000 | 1111110 | 11100000 | 1000100 | 101100 | 0 | 1100 | 11011011 | 1000111 | 111010 |
Color Harmonies of #487EE0
Complementary color
Monochromatic Colors of #487EE0
Black with #487EE0
Text Example
Text Example
White with #487EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EE0; }
p { color: rgb(72,126,224); }
H1.HeaderClassName
{
color: #487EE0;
}
.AnyTagClassName
{
color: #487EE0;
}
</style>
background-color css
<style>
a { background-color: #487EE0; }
a { background-color: rgb(72,126,224); }
div.DivClassName
{
background-color: #487EE0;
}
.BgClassName
{
background-color: #487EE0;
}
</style>
border-color css
<style>
span { border-color: #487EE0; }
span { border-color: rgb(72,126,224); }
td.TdClassName
{
border-color: #487EE0;
}
.TagClassName
{
border-color: #487EE0;
}
</style>