Shades of Royal Blue #487DFE
Tints of Royal Blue #487DFE
RGB
CMYK
RGB Variations
Color information
#487DFE (or 0x487DFE) is known color: Royal Blue. HEX triplet: 48, 7D and FE. RGB value is (72,125,254). Sum of RGB (Red+Green+Blue) = 72+125+254=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #487DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DFE is #B78201. Grayscale: #7B7B7B. Windows color (decimal): -12026370 or 16678216. OLE color: 16678216.
HSL color Cylindrical-coordinate representation of color #487DFE: hue angle of 222.53º 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 #487DFE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 125 | 254 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.00 |
| HSL | 222.53º | 0.99% | 0.64% | - |
| HSV(B) | 222.53º | 0.72% | 1% | - |
| XYZ | 27.9 | 23.2 | 96.77 | - |
| YUV | 123.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 254 | 0.72 | 0.51 | 0 | 0.00 | 222.53 | 0.99 | 0.64 |
| Hex | 48 | 7D | FE | 48 | 33 | 0 | 0 | DF | 63 | 40 |
| Octal | 110 | 175 | 376 | 110 | 63 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1001000 | 1111101 | 11111110 | 1001000 | 110011 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #487DFE
Complementary color
Monochromatic Colors of #487DFE
Black with #487DFE
Text Example
Text Example
White with #487DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DFE; }
p { color: rgb(72,125,254); }
H1.HeaderClassName
{
color: #487DFE;
}
.AnyTagClassName
{
color: #487DFE;
}
</style>
background-color css
<style>
a { background-color: #487DFE; }
a { background-color: rgb(72,125,254); }
div.DivClassName
{
background-color: #487DFE;
}
.BgClassName
{
background-color: #487DFE;
}
</style>
border-color css
<style>
span { border-color: #487DFE; }
span { border-color: rgb(72,125,254); }
td.TdClassName
{
border-color: #487DFE;
}
.TagClassName
{
border-color: #487DFE;
}
</style>