Shades of Royal Blue #487CEB
Tints of Royal Blue #487CEB
RGB
CMYK
RGB Variations
Color information
#487CEB (or 0x487CEB) is known color: Royal Blue. HEX triplet: 48, 7C and EB. RGB value is (72,124,235). Sum of RGB (Red+Green+Blue) = 72+124+235=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #487CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487CEB is #B78314. Grayscale: #787878. Windows color (decimal): -12026645 or 15432776. OLE color: 15432776.
HSL color Cylindrical-coordinate representation of color #487CEB: hue angle of 220.86º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #487CEB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 124 | 235 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.08 |
| HSL | 220.86º | 0.8% | 0.6% | - |
| HSV(B) | 220.86º | 0.69% | 0.92% | - |
| XYZ | 24.88 | 21.79 | 81.49 | - |
| YUV | 121.11 | 192.27 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 235 | 0.69 | 0.47 | 0 | 0.08 | 220.86 | 0.8 | 0.6 |
| Hex | 48 | 7C | EB | 45 | 2F | 0 | 8 | DD | 50 | 3C |
| Octal | 110 | 174 | 353 | 105 | 57 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1001000 | 1111100 | 11101011 | 1000101 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #487CEB
Complementary color
Monochromatic Colors of #487CEB
Black with #487CEB
Text Example
Text Example
White with #487CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CEB; }
p { color: rgb(72,124,235); }
H1.HeaderClassName
{
color: #487CEB;
}
.AnyTagClassName
{
color: #487CEB;
}
</style>
background-color css
<style>
a { background-color: #487CEB; }
a { background-color: rgb(72,124,235); }
div.DivClassName
{
background-color: #487CEB;
}
.BgClassName
{
background-color: #487CEB;
}
</style>
border-color css
<style>
span { border-color: #487CEB; }
span { border-color: rgb(72,124,235); }
td.TdClassName
{
border-color: #487CEB;
}
.TagClassName
{
border-color: #487CEB;
}
</style>