Shades of Royal Blue #487EF4
Tints of Royal Blue #487EF4
RGB
CMYK
RGB Variations
Color information
#487EF4 (or 0x487EF4) is known color: Royal Blue. HEX triplet: 48, 7E and F4. RGB value is (72,126,244). Sum of RGB (Red+Green+Blue) = 72+126+244=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #487EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487EF4 is #B7810B. Grayscale: #7A7A7A. Windows color (decimal): -12026124 or 16023112. OLE color: 16023112.
HSL color Cylindrical-coordinate representation of color #487EF4: hue angle of 221.16º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487EF4 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 126 | 244 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.04 |
| HSL | 221.16º | 0.89% | 0.62% | - |
| HSV(B) | 221.16º | 0.7% | 0.96% | - |
| XYZ | 26.46 | 22.83 | 88.6 | - |
| YUV | 123.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 244 | 0.70 | 0.48 | 0 | 0.04 | 221.16 | 0.89 | 0.62 |
| Hex | 48 | 7E | F4 | 46 | 30 | 0 | 4 | DD | 59 | 3E |
| Octal | 110 | 176 | 364 | 106 | 60 | 0 | 4 | 335 | 131 | 76 |
| Binary | 1001000 | 1111110 | 11110100 | 1000110 | 110000 | 0 | 100 | 11011101 | 1011001 | 111110 |
Color Harmonies of #487EF4
Complementary color
Monochromatic Colors of #487EF4
Black with #487EF4
Text Example
Text Example
White with #487EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EF4; }
p { color: rgb(72,126,244); }
H1.HeaderClassName
{
color: #487EF4;
}
.AnyTagClassName
{
color: #487EF4;
}
</style>
background-color css
<style>
a { background-color: #487EF4; }
a { background-color: rgb(72,126,244); }
div.DivClassName
{
background-color: #487EF4;
}
.BgClassName
{
background-color: #487EF4;
}
</style>
border-color css
<style>
span { border-color: #487EF4; }
span { border-color: rgb(72,126,244); }
td.TdClassName
{
border-color: #487EF4;
}
.TagClassName
{
border-color: #487EF4;
}
</style>