Shades of Royal Blue #487EFE
Tints of Royal Blue #487EFE
RGB
CMYK
RGB Variations
Color information
#487EFE (or 0x487EFE) is known color: Royal Blue. HEX triplet: 48, 7E and FE. RGB value is (72,126,254). Sum of RGB (Red+Green+Blue) = 72+126+254=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #487EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487EFE is #B78101. Grayscale: #7B7B7B. Windows color (decimal): -12026114 or 16678472. OLE color: 16678472.
HSL color Cylindrical-coordinate representation of color #487EFE: hue angle of 222.2º 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 #487EFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 126 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 222.2º | 0.99% | 0.64% | - |
| HSV(B) | 222.2º | 0.72% | 1% | - |
| XYZ | 28.02 | 23.46 | 96.82 | - |
| YUV | 124.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 254 | 0.72 | 0.50 | 0 | 0.00 | 222.2 | 0.99 | 0.64 |
| Hex | 48 | 7E | FE | 48 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 110 | 176 | 376 | 110 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1001000 | 1111110 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #487EFE
Complementary color
Monochromatic Colors of #487EFE
Black with #487EFE
Text Example
Text Example
White with #487EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EFE; }
p { color: rgb(72,126,254); }
H1.HeaderClassName
{
color: #487EFE;
}
.AnyTagClassName
{
color: #487EFE;
}
</style>
background-color css
<style>
a { background-color: #487EFE; }
a { background-color: rgb(72,126,254); }
div.DivClassName
{
background-color: #487EFE;
}
.BgClassName
{
background-color: #487EFE;
}
</style>
border-color css
<style>
span { border-color: #487EFE; }
span { border-color: rgb(72,126,254); }
td.TdClassName
{
border-color: #487EFE;
}
.TagClassName
{
border-color: #487EFE;
}
</style>