Shades of Royal Blue #487DEC
Tints of Royal Blue #487DEC
RGB
CMYK
RGB Variations
Color information
#487DEC (or 0x487DEC) is known color: Royal Blue. HEX triplet: 48, 7D and EC. RGB value is (72,125,236). Sum of RGB (Red+Green+Blue) = 72+125+236=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #487DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DEC is #B78213. Grayscale: #797979. Windows color (decimal): -12026388 or 15498568. OLE color: 15498568.
HSL color Cylindrical-coordinate representation of color #487DEC: hue angle of 220.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #487DEC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 125 | 236 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.07 |
| HSL | 220.61º | 0.81% | 0.6% | - |
| HSV(B) | 220.61º | 0.69% | 0.93% | - |
| XYZ | 25.15 | 22.1 | 82.3 | - |
| YUV | 121.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 236 | 0.69 | 0.47 | 0 | 0.07 | 220.61 | 0.81 | 0.6 |
| Hex | 48 | 7D | EC | 45 | 2F | 0 | 7 | DD | 51 | 3C |
| Octal | 110 | 175 | 354 | 105 | 57 | 0 | 7 | 335 | 121 | 74 |
| Binary | 1001000 | 1111101 | 11101100 | 1000101 | 101111 | 0 | 111 | 11011101 | 1010001 | 111100 |
Color Harmonies of #487DEC
Complementary color
Monochromatic Colors of #487DEC
Black with #487DEC
Text Example
Text Example
White with #487DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DEC; }
p { color: rgb(72,125,236); }
H1.HeaderClassName
{
color: #487DEC;
}
.AnyTagClassName
{
color: #487DEC;
}
</style>
background-color css
<style>
a { background-color: #487DEC; }
a { background-color: rgb(72,125,236); }
div.DivClassName
{
background-color: #487DEC;
}
.BgClassName
{
background-color: #487DEC;
}
</style>
border-color css
<style>
span { border-color: #487DEC; }
span { border-color: rgb(72,125,236); }
td.TdClassName
{
border-color: #487DEC;
}
.TagClassName
{
border-color: #487DEC;
}
</style>