Shades of Royal Blue #487FED
Tints of Royal Blue #487FED
RGB
CMYK
RGB Variations
Color information
#487FED (or 0x487FED) is known color: Royal Blue. HEX triplet: 48, 7F and ED. RGB value is (72,127,237). Sum of RGB (Red+Green+Blue) = 72+127+237=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #487FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FED is #B78012. Grayscale: #7A7A7A. Windows color (decimal): -12025875 or 15564616. OLE color: 15564616.
HSL color Cylindrical-coordinate representation of color #487FED: hue angle of 220º degrees, saturation: 0.82, 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 #487FED is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 127 | 237 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.07 |
| HSL | 220º | 0.82% | 0.61% | - |
| HSV(B) | 220º | 0.7% | 0.93% | - |
| XYZ | 25.55 | 22.67 | 83.15 | - |
| YUV | 123.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 237 | 0.70 | 0.46 | 0 | 0.07 | 220 | 0.82 | 0.61 |
| Hex | 48 | 7F | ED | 46 | 2E | 0 | 7 | DC | 52 | 3D |
| Octal | 110 | 177 | 355 | 106 | 56 | 0 | 7 | 334 | 122 | 75 |
| Binary | 1001000 | 1111111 | 11101101 | 1000110 | 101110 | 0 | 111 | 11011100 | 1010010 | 111101 |
Color Harmonies of #487FED
Complementary color
Monochromatic Colors of #487FED
Black with #487FED
Text Example
Text Example
White with #487FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FED; }
p { color: rgb(72,127,237); }
H1.HeaderClassName
{
color: #487FED;
}
.AnyTagClassName
{
color: #487FED;
}
</style>
background-color css
<style>
a { background-color: #487FED; }
a { background-color: rgb(72,127,237); }
div.DivClassName
{
background-color: #487FED;
}
.BgClassName
{
background-color: #487FED;
}
</style>
border-color css
<style>
span { border-color: #487FED; }
span { border-color: rgb(72,127,237); }
td.TdClassName
{
border-color: #487FED;
}
.TagClassName
{
border-color: #487FED;
}
</style>