Shades of Royal Blue #487EEE
Tints of Royal Blue #487EEE
RGB
CMYK
RGB Variations
Color information
#487EEE (or 0x487EEE) is known color: Royal Blue. HEX triplet: 48, 7E and EE. RGB value is (72,126,238). Sum of RGB (Red+Green+Blue) = 72+126+238=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #487EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487EEE is #B78111. Grayscale: #7A7A7A. Windows color (decimal): -12026130 or 15629896. OLE color: 15629896.
HSL color Cylindrical-coordinate representation of color #487EEE: hue angle of 220.48º 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 #487EEE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 126 | 238 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.48º | 0.83% | 0.61% | - |
| HSV(B) | 220.48º | 0.7% | 0.93% | - |
| XYZ | 25.57 | 22.47 | 83.88 | - |
| YUV | 122.62 | 193.11 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 238 | 0.70 | 0.47 | 0 | 0.07 | 220.48 | 0.83 | 0.61 |
| Hex | 48 | 7E | EE | 46 | 2F | 0 | 7 | DC | 53 | 3D |
| Octal | 110 | 176 | 356 | 106 | 57 | 0 | 7 | 334 | 123 | 75 |
| Binary | 1001000 | 1111110 | 11101110 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010011 | 111101 |
Color Harmonies of #487EEE
Complementary color
Monochromatic Colors of #487EEE
Black with #487EEE
Text Example
Text Example
White with #487EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EEE; }
p { color: rgb(72,126,238); }
H1.HeaderClassName
{
color: #487EEE;
}
.AnyTagClassName
{
color: #487EEE;
}
</style>
background-color css
<style>
a { background-color: #487EEE; }
a { background-color: rgb(72,126,238); }
div.DivClassName
{
background-color: #487EEE;
}
.BgClassName
{
background-color: #487EEE;
}
</style>
border-color css
<style>
span { border-color: #487EEE; }
span { border-color: rgb(72,126,238); }
td.TdClassName
{
border-color: #487EEE;
}
.TagClassName
{
border-color: #487EEE;
}
</style>