Shades of Royal Blue #487CFF
Tints of Royal Blue #487CFF
RGB
CMYK
RGB Variations
Color information
#487CFF (or 0x487CFF) is known color: Royal Blue. HEX triplet: 48, 7C and FF. RGB value is (72,124,255). Sum of RGB (Red+Green+Blue) = 72+124+255=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #487CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487CFF is #B78300. Grayscale: #7A7A7A. Windows color (decimal): -12026625 or 16743496. OLE color: 16743496.
HSL color Cylindrical-coordinate representation of color #487CFF: hue angle of 222.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487CFF is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 124 | 255 | - |
| CMYK | 0.72 | 0.51 | 0 | 0 |
| HSL | 222.95º | 1% | 0.64% | - |
| HSV(B) | 222.95º | 0.72% | 1% | - |
| XYZ | 27.93 | 23.01 | 97.58 | - |
| YUV | 123.39 | 202.27 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 255 | 0.72 | 0.51 | 0 | 0 | 222.95 | 1 | 0.64 |
| Hex | 48 | 7C | FF | 48 | 33 | 0 | 0 | DF | 64 | 40 |
| Octal | 110 | 174 | 377 | 110 | 63 | 0 | 0 | 337 | 144 | 100 |
| Binary | 1001000 | 1111100 | 11111111 | 1001000 | 110011 | 0 | 0 | 11011111 | 1100100 | 1000000 |
Color Harmonies of #487CFF
Complementary color
Monochromatic Colors of #487CFF
Black with #487CFF
Text Example
Text Example
White with #487CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CFF; }
p { color: rgb(72,124,255); }
H1.HeaderClassName
{
color: #487CFF;
}
.AnyTagClassName
{
color: #487CFF;
}
</style>
background-color css
<style>
a { background-color: #487CFF; }
a { background-color: rgb(72,124,255); }
div.DivClassName
{
background-color: #487CFF;
}
.BgClassName
{
background-color: #487CFF;
}
</style>
border-color css
<style>
span { border-color: #487CFF; }
span { border-color: rgb(72,124,255); }
td.TdClassName
{
border-color: #487CFF;
}
.TagClassName
{
border-color: #487CFF;
}
</style>