Shades of Royal Blue #487FEB
Tints of Royal Blue #487FEB
RGB
CMYK
RGB Variations
Color information
#487FEB (or 0x487FEB) is known color: Royal Blue. HEX triplet: 48, 7F and EB. RGB value is (72,127,235). Sum of RGB (Red+Green+Blue) = 72+127+235=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #487FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FEB is #B78014. Grayscale: #7A7A7A. Windows color (decimal): -12025877 or 15433544. OLE color: 15433544.
HSL color Cylindrical-coordinate representation of color #487FEB: hue angle of 219.75º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #487FEB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 127 | 235 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 219.75º | 0.8% | 0.6% | - |
| HSV(B) | 219.75º | 0.69% | 0.92% | - |
| XYZ | 25.26 | 22.55 | 81.62 | - |
| YUV | 122.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 235 | 0.69 | 0.46 | 0 | 0.08 | 219.75 | 0.8 | 0.6 |
| Hex | 48 | 7F | EB | 45 | 2E | 0 | 8 | DC | 50 | 3C |
| Octal | 110 | 177 | 353 | 105 | 56 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1001000 | 1111111 | 11101011 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #487FEB
Complementary color
Monochromatic Colors of #487FEB
Black with #487FEB
Text Example
Text Example
White with #487FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FEB; }
p { color: rgb(72,127,235); }
H1.HeaderClassName
{
color: #487FEB;
}
.AnyTagClassName
{
color: #487FEB;
}
</style>
background-color css
<style>
a { background-color: #487FEB; }
a { background-color: rgb(72,127,235); }
div.DivClassName
{
background-color: #487FEB;
}
.BgClassName
{
background-color: #487FEB;
}
</style>
border-color css
<style>
span { border-color: #487FEB; }
span { border-color: rgb(72,127,235); }
td.TdClassName
{
border-color: #487FEB;
}
.TagClassName
{
border-color: #487FEB;
}
</style>