Shades of Royal Blue #487DFC
Tints of Royal Blue #487DFC
RGB
CMYK
RGB Variations
Color information
#487DFC (or 0x487DFC) is known color: Royal Blue. HEX triplet: 48, 7D and FC. RGB value is (72,125,252). Sum of RGB (Red+Green+Blue) = 72+125+252=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #487DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DFC is #B78203. Grayscale: #7B7B7B. Windows color (decimal): -12026372 or 16547144. OLE color: 16547144.
HSL color Cylindrical-coordinate representation of color #487DFC: hue angle of 222.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487DFC is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 125 | 252 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.01 |
| HSL | 222.33º | 0.97% | 0.64% | - |
| HSV(B) | 222.33º | 0.71% | 0.99% | - |
| XYZ | 27.58 | 23.07 | 95.1 | - |
| YUV | 123.63 | 200.44 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 252 | 0.71 | 0.50 | 0 | 0.01 | 222.33 | 0.97 | 0.64 |
| Hex | 48 | 7D | FC | 47 | 32 | 0 | 1 | DE | 61 | 40 |
| Octal | 110 | 175 | 374 | 107 | 62 | 0 | 1 | 336 | 141 | 100 |
| Binary | 1001000 | 1111101 | 11111100 | 1000111 | 110010 | 0 | 1 | 11011110 | 1100001 | 1000000 |
Color Harmonies of #487DFC
Complementary color
Monochromatic Colors of #487DFC
Black with #487DFC
Text Example
Text Example
White with #487DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DFC; }
p { color: rgb(72,125,252); }
H1.HeaderClassName
{
color: #487DFC;
}
.AnyTagClassName
{
color: #487DFC;
}
</style>
background-color css
<style>
a { background-color: #487DFC; }
a { background-color: rgb(72,125,252); }
div.DivClassName
{
background-color: #487DFC;
}
.BgClassName
{
background-color: #487DFC;
}
</style>
border-color css
<style>
span { border-color: #487DFC; }
span { border-color: rgb(72,125,252); }
td.TdClassName
{
border-color: #487DFC;
}
.TagClassName
{
border-color: #487DFC;
}
</style>