Shades of Royal Blue #487DED
Tints of Royal Blue #487DED
RGB
CMYK
RGB Variations
Color information
#487DED (or 0x487DED) is known color: Royal Blue. HEX triplet: 48, 7D and ED. RGB value is (72,125,237). Sum of RGB (Red+Green+Blue) = 72+125+237=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #487DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DED is #B78212. Grayscale: #797979. Windows color (decimal): -12026387 or 15564104. OLE color: 15564104.
HSL color Cylindrical-coordinate representation of color #487DED: hue angle of 220.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487DED is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 125 | 237 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.73º | 0.82% | 0.61% | - |
| HSV(B) | 220.73º | 0.7% | 0.93% | - |
| XYZ | 25.29 | 22.16 | 83.06 | - |
| YUV | 121.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 237 | 0.70 | 0.47 | 0 | 0.07 | 220.73 | 0.82 | 0.61 |
| Hex | 48 | 7D | ED | 46 | 2F | 0 | 7 | DD | 52 | 3D |
| Octal | 110 | 175 | 355 | 106 | 57 | 0 | 7 | 335 | 122 | 75 |
| Binary | 1001000 | 1111101 | 11101101 | 1000110 | 101111 | 0 | 111 | 11011101 | 1010010 | 111101 |
Color Harmonies of #487DED
Complementary color
Monochromatic Colors of #487DED
Black with #487DED
Text Example
Text Example
White with #487DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DED; }
p { color: rgb(72,125,237); }
H1.HeaderClassName
{
color: #487DED;
}
.AnyTagClassName
{
color: #487DED;
}
</style>
background-color css
<style>
a { background-color: #487DED; }
a { background-color: rgb(72,125,237); }
div.DivClassName
{
background-color: #487DED;
}
.BgClassName
{
background-color: #487DED;
}
</style>
border-color css
<style>
span { border-color: #487DED; }
span { border-color: rgb(72,125,237); }
td.TdClassName
{
border-color: #487DED;
}
.TagClassName
{
border-color: #487DED;
}
</style>