Shades of Royal Blue #487FEE
Tints of Royal Blue #487FEE
RGB
CMYK
RGB Variations
Color information
#487FEE (or 0x487FEE) is known color: Royal Blue. HEX triplet: 48, 7F and EE. RGB value is (72,127,238). Sum of RGB (Red+Green+Blue) = 72+127+238=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #487FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FEE is #B78011. Grayscale: #7A7A7A. Windows color (decimal): -12025874 or 15630152. OLE color: 15630152.
HSL color Cylindrical-coordinate representation of color #487FEE: hue angle of 220.12º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487FEE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 127 | 238 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.12º | 0.83% | 0.61% | - |
| HSV(B) | 220.12º | 0.7% | 0.93% | - |
| XYZ | 25.69 | 22.73 | 83.92 | - |
| YUV | 123.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 238 | 0.70 | 0.47 | 0 | 0.07 | 220.12 | 0.83 | 0.61 |
| Hex | 48 | 7F | EE | 46 | 2F | 0 | 7 | DC | 53 | 3D |
| Octal | 110 | 177 | 356 | 106 | 57 | 0 | 7 | 334 | 123 | 75 |
| Binary | 1001000 | 1111111 | 11101110 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010011 | 111101 |
Color Harmonies of #487FEE
Complementary color
Monochromatic Colors of #487FEE
Black with #487FEE
Text Example
Text Example
White with #487FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FEE; }
p { color: rgb(72,127,238); }
H1.HeaderClassName
{
color: #487FEE;
}
.AnyTagClassName
{
color: #487FEE;
}
</style>
background-color css
<style>
a { background-color: #487FEE; }
a { background-color: rgb(72,127,238); }
div.DivClassName
{
background-color: #487FEE;
}
.BgClassName
{
background-color: #487FEE;
}
</style>
border-color css
<style>
span { border-color: #487FEE; }
span { border-color: rgb(72,127,238); }
td.TdClassName
{
border-color: #487FEE;
}
.TagClassName
{
border-color: #487FEE;
}
</style>