Shades of Royal Blue #487DF5
Tints of Royal Blue #487DF5
RGB
CMYK
RGB Variations
Color information
#487DF5 (or 0x487DF5) is known color: Royal Blue. HEX triplet: 48, 7D and F5. RGB value is (72,125,245). Sum of RGB (Red+Green+Blue) = 72+125+245=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #487DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DF5 is #B7820A. Grayscale: #7A7A7A. Windows color (decimal): -12026379 or 16088392. OLE color: 16088392.
HSL color Cylindrical-coordinate representation of color #487DF5: hue angle of 221.62º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487DF5 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 125 | 245 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.04 |
| HSL | 221.62º | 0.9% | 0.62% | - |
| HSV(B) | 221.62º | 0.71% | 0.96% | - |
| XYZ | 26.49 | 22.64 | 89.36 | - |
| YUV | 122.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 245 | 0.71 | 0.49 | 0 | 0.04 | 221.62 | 0.9 | 0.62 |
| Hex | 48 | 7D | F5 | 47 | 31 | 0 | 4 | DE | 5A | 3E |
| Octal | 110 | 175 | 365 | 107 | 61 | 0 | 4 | 336 | 132 | 76 |
| Binary | 1001000 | 1111101 | 11110101 | 1000111 | 110001 | 0 | 100 | 11011110 | 1011010 | 111110 |
Color Harmonies of #487DF5
Complementary color
Monochromatic Colors of #487DF5
Black with #487DF5
Text Example
Text Example
White with #487DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DF5; }
p { color: rgb(72,125,245); }
H1.HeaderClassName
{
color: #487DF5;
}
.AnyTagClassName
{
color: #487DF5;
}
</style>
background-color css
<style>
a { background-color: #487DF5; }
a { background-color: rgb(72,125,245); }
div.DivClassName
{
background-color: #487DF5;
}
.BgClassName
{
background-color: #487DF5;
}
</style>
border-color css
<style>
span { border-color: #487DF5; }
span { border-color: rgb(72,125,245); }
td.TdClassName
{
border-color: #487DF5;
}
.TagClassName
{
border-color: #487DF5;
}
</style>