Shades of Royal Blue #487EEF
Tints of Royal Blue #487EEF
RGB
CMYK
RGB Variations
Color information
#487EEF (or 0x487EEF) is known color: Royal Blue. HEX triplet: 48, 7E and EF. RGB value is (72,126,239). Sum of RGB (Red+Green+Blue) = 72+126+239=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #487EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487EEF is #B78110. Grayscale: #7A7A7A. Windows color (decimal): -12026129 or 15695432. OLE color: 15695432.
HSL color Cylindrical-coordinate representation of color #487EEF: hue angle of 220.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487EEF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 126 | 239 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.06 |
| HSL | 220.6º | 0.84% | 0.61% | - |
| HSV(B) | 220.6º | 0.7% | 0.94% | - |
| XYZ | 25.71 | 22.53 | 84.66 | - |
| YUV | 122.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 239 | 0.70 | 0.47 | 0 | 0.06 | 220.6 | 0.84 | 0.61 |
| Hex | 48 | 7E | EF | 46 | 2F | 0 | 6 | DD | 54 | 3D |
| Octal | 110 | 176 | 357 | 106 | 57 | 0 | 6 | 335 | 124 | 75 |
| Binary | 1001000 | 1111110 | 11101111 | 1000110 | 101111 | 0 | 110 | 11011101 | 1010100 | 111101 |
Color Harmonies of #487EEF
Complementary color
Monochromatic Colors of #487EEF
Black with #487EEF
Text Example
Text Example
White with #487EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EEF; }
p { color: rgb(72,126,239); }
H1.HeaderClassName
{
color: #487EEF;
}
.AnyTagClassName
{
color: #487EEF;
}
</style>
background-color css
<style>
a { background-color: #487EEF; }
a { background-color: rgb(72,126,239); }
div.DivClassName
{
background-color: #487EEF;
}
.BgClassName
{
background-color: #487EEF;
}
</style>
border-color css
<style>
span { border-color: #487EEF; }
span { border-color: rgb(72,126,239); }
td.TdClassName
{
border-color: #487EEF;
}
.TagClassName
{
border-color: #487EEF;
}
</style>