Shades of Royal Blue #487AFF
Tints of Royal Blue #487AFF
RGB
CMYK
RGB Variations
Color information
#487AFF (or 0x487AFF) is known color: Royal Blue. HEX triplet: 48, 7A and FF. RGB value is (72,122,255). Sum of RGB (Red+Green+Blue) = 72+122+255=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #487AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AFF is #B78500. Grayscale: #797979. Windows color (decimal): -12027137 or 16742984. OLE color: 16742984.
HSL color Cylindrical-coordinate representation of color #487AFF: hue angle of 223.61º 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 #487AFF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 122 | 255 | - |
| CMYK | 0.72 | 0.52 | 0 | 0 |
| HSL | 223.61º | 1% | 0.64% | - |
| HSV(B) | 223.61º | 0.72% | 1% | - |
| XYZ | 27.68 | 22.52 | 97.49 | - |
| YUV | 122.21 | 202.94 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 255 | 0.72 | 0.52 | 0 | 0 | 223.61 | 1 | 0.64 |
| Hex | 48 | 7A | FF | 48 | 34 | 0 | 0 | E0 | 64 | 40 |
| Octal | 110 | 172 | 377 | 110 | 64 | 0 | 0 | 340 | 144 | 100 |
| Binary | 1001000 | 1111010 | 11111111 | 1001000 | 110100 | 0 | 0 | 11100000 | 1100100 | 1000000 |
Color Harmonies of #487AFF
Complementary color
Monochromatic Colors of #487AFF
Black with #487AFF
Text Example
Text Example
White with #487AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AFF; }
p { color: rgb(72,122,255); }
H1.HeaderClassName
{
color: #487AFF;
}
.AnyTagClassName
{
color: #487AFF;
}
</style>
background-color css
<style>
a { background-color: #487AFF; }
a { background-color: rgb(72,122,255); }
div.DivClassName
{
background-color: #487AFF;
}
.BgClassName
{
background-color: #487AFF;
}
</style>
border-color css
<style>
span { border-color: #487AFF; }
span { border-color: rgb(72,122,255); }
td.TdClassName
{
border-color: #487AFF;
}
.TagClassName
{
border-color: #487AFF;
}
</style>