Shades of Royal Blue #487FFE
Tints of Royal Blue #487FFE
RGB
CMYK
RGB Variations
Color information
#487FFE (or 0x487FFE) is known color: Royal Blue. HEX triplet: 48, 7F and FE. RGB value is (72,127,254). Sum of RGB (Red+Green+Blue) = 72+127+254=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #487FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FFE is #B78001. Grayscale: #7C7C7C. Windows color (decimal): -12025858 or 16678728. OLE color: 16678728.
HSL color Cylindrical-coordinate representation of color #487FFE: hue angle of 221.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487FFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 127 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.87º | 0.99% | 0.64% | - |
| HSV(B) | 221.87º | 0.72% | 1% | - |
| XYZ | 28.15 | 23.71 | 96.86 | - |
| YUV | 125.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.87 | 0.99 | 0.64 |
| Hex | 48 | 7F | FE | 48 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 110 | 177 | 376 | 110 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1001000 | 1111111 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #487FFE
Complementary color
Monochromatic Colors of #487FFE
Black with #487FFE
Text Example
Text Example
White with #487FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FFE; }
p { color: rgb(72,127,254); }
H1.HeaderClassName
{
color: #487FFE;
}
.AnyTagClassName
{
color: #487FFE;
}
</style>
background-color css
<style>
a { background-color: #487FFE; }
a { background-color: rgb(72,127,254); }
div.DivClassName
{
background-color: #487FFE;
}
.BgClassName
{
background-color: #487FFE;
}
</style>
border-color css
<style>
span { border-color: #487FFE; }
span { border-color: rgb(72,127,254); }
td.TdClassName
{
border-color: #487FFE;
}
.TagClassName
{
border-color: #487FFE;
}
</style>