Shades of Royal Blue #487FEF
Tints of Royal Blue #487FEF
RGB
CMYK
RGB Variations
Color information
#487FEF (or 0x487FEF) is known color: Royal Blue. HEX triplet: 48, 7F and EF. RGB value is (72,127,239). Sum of RGB (Red+Green+Blue) = 72+127+239=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #487FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FEF is #B78010. Grayscale: #7A7A7A. Windows color (decimal): -12025873 or 15695688. OLE color: 15695688.
HSL color Cylindrical-coordinate representation of color #487FEF: hue angle of 220.24º 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 #487FEF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 127 | 239 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.06 |
| HSL | 220.24º | 0.84% | 0.61% | - |
| HSV(B) | 220.24º | 0.7% | 0.94% | - |
| XYZ | 25.84 | 22.79 | 84.7 | - |
| YUV | 123.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 239 | 0.70 | 0.47 | 0 | 0.06 | 220.24 | 0.84 | 0.61 |
| Hex | 48 | 7F | EF | 46 | 2F | 0 | 6 | DC | 54 | 3D |
| Octal | 110 | 177 | 357 | 106 | 57 | 0 | 6 | 334 | 124 | 75 |
| Binary | 1001000 | 1111111 | 11101111 | 1000110 | 101111 | 0 | 110 | 11011100 | 1010100 | 111101 |
Color Harmonies of #487FEF
Complementary color
Monochromatic Colors of #487FEF
Black with #487FEF
Text Example
Text Example
White with #487FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FEF; }
p { color: rgb(72,127,239); }
H1.HeaderClassName
{
color: #487FEF;
}
.AnyTagClassName
{
color: #487FEF;
}
</style>
background-color css
<style>
a { background-color: #487FEF; }
a { background-color: rgb(72,127,239); }
div.DivClassName
{
background-color: #487FEF;
}
.BgClassName
{
background-color: #487FEF;
}
</style>
border-color css
<style>
span { border-color: #487FEF; }
span { border-color: rgb(72,127,239); }
td.TdClassName
{
border-color: #487FEF;
}
.TagClassName
{
border-color: #487FEF;
}
</style>