Shades of Royal Blue #487EDC
Tints of Royal Blue #487EDC
RGB
CMYK
RGB Variations
Color information
#487EDC (or 0x487EDC) is known color: Royal Blue. HEX triplet: 48, 7E and DC. RGB value is (72,126,220). Sum of RGB (Red+Green+Blue) = 72+126+220=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #487EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EDC is #B78123. Grayscale: #787878. Windows color (decimal): -12026148 or 14450248. OLE color: 14450248.
HSL color Cylindrical-coordinate representation of color #487EDC: hue angle of 218.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487EDC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 126 | 220 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.14 |
| HSL | 218.11º | 0.68% | 0.57% | - |
| HSV(B) | 218.11º | 0.67% | 0.86% | - |
| XYZ | 23.05 | 21.47 | 70.64 | - |
| YUV | 120.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 220 | 0.67 | 0.43 | 0 | 0.14 | 218.11 | 0.68 | 0.57 |
| Hex | 48 | 7E | DC | 43 | 2B | 0 | E | DA | 44 | 39 |
| Octal | 110 | 176 | 334 | 103 | 53 | 0 | 16 | 332 | 104 | 71 |
| Binary | 1001000 | 1111110 | 11011100 | 1000011 | 101011 | 0 | 1110 | 11011010 | 1000100 | 111001 |
Color Harmonies of #487EDC
Complementary color
Monochromatic Colors of #487EDC
Black with #487EDC
Text Example
Text Example
White with #487EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EDC; }
p { color: rgb(72,126,220); }
H1.HeaderClassName
{
color: #487EDC;
}
.AnyTagClassName
{
color: #487EDC;
}
</style>
background-color css
<style>
a { background-color: #487EDC; }
a { background-color: rgb(72,126,220); }
div.DivClassName
{
background-color: #487EDC;
}
.BgClassName
{
background-color: #487EDC;
}
</style>
border-color css
<style>
span { border-color: #487EDC; }
span { border-color: rgb(72,126,220); }
td.TdClassName
{
border-color: #487EDC;
}
.TagClassName
{
border-color: #487EDC;
}
</style>