Shades of Royal Blue #487BE0
Tints of Royal Blue #487BE0
RGB
CMYK
RGB Variations
Color information
#487BE0 (or 0x487BE0) is known color: Royal Blue. HEX triplet: 48, 7B and E0. RGB value is (72,123,224). Sum of RGB (Red+Green+Blue) = 72+123+224=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #487BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BE0 is #B7841F. Grayscale: #767676. Windows color (decimal): -12026912 or 14711624. OLE color: 14711624.
HSL color Cylindrical-coordinate representation of color #487BE0: hue angle of 219.87º 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 #487BE0 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 123 | 224 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.12 |
| HSL | 219.87º | 0.71% | 0.58% | - |
| HSV(B) | 219.87º | 0.68% | 0.88% | - |
| XYZ | 23.21 | 20.93 | 73.34 | - |
| YUV | 119.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 224 | 0.68 | 0.45 | 0 | 0.12 | 219.87 | 0.71 | 0.58 |
| Hex | 48 | 7B | E0 | 44 | 2D | 0 | C | DC | 47 | 3A |
| Octal | 110 | 173 | 340 | 104 | 55 | 0 | 14 | 334 | 107 | 72 |
| Binary | 1001000 | 1111011 | 11100000 | 1000100 | 101101 | 0 | 1100 | 11011100 | 1000111 | 111010 |
Color Harmonies of #487BE0
Complementary color
Monochromatic Colors of #487BE0
Black with #487BE0
Text Example
Text Example
White with #487BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BE0; }
p { color: rgb(72,123,224); }
H1.HeaderClassName
{
color: #487BE0;
}
.AnyTagClassName
{
color: #487BE0;
}
</style>
background-color css
<style>
a { background-color: #487BE0; }
a { background-color: rgb(72,123,224); }
div.DivClassName
{
background-color: #487BE0;
}
.BgClassName
{
background-color: #487BE0;
}
</style>
border-color css
<style>
span { border-color: #487BE0; }
span { border-color: rgb(72,123,224); }
td.TdClassName
{
border-color: #487BE0;
}
.TagClassName
{
border-color: #487BE0;
}
</style>