Shades of Royal Blue #487CEA
Tints of Royal Blue #487CEA
RGB
CMYK
RGB Variations
Color information
#487CEA (or 0x487CEA) is known color: Royal Blue. HEX triplet: 48, 7C and EA. RGB value is (72,124,234). Sum of RGB (Red+Green+Blue) = 72+124+234=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #487CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487CEA is #B78315. Grayscale: #787878. Windows color (decimal): -12026646 or 15367240. OLE color: 15367240.
HSL color Cylindrical-coordinate representation of color #487CEA: hue angle of 220.74º degrees, saturation: 0.79, 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 #487CEA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 124 | 234 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.08 |
| HSL | 220.74º | 0.79% | 0.6% | - |
| HSV(B) | 220.74º | 0.69% | 0.92% | - |
| XYZ | 24.73 | 21.73 | 80.73 | - |
| YUV | 120.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 234 | 0.69 | 0.47 | 0 | 0.08 | 220.74 | 0.79 | 0.6 |
| Hex | 48 | 7C | EA | 45 | 2F | 0 | 8 | DD | 4F | 3C |
| Octal | 110 | 174 | 352 | 105 | 57 | 0 | 10 | 335 | 117 | 74 |
| Binary | 1001000 | 1111100 | 11101010 | 1000101 | 101111 | 0 | 1000 | 11011101 | 1001111 | 111100 |
Color Harmonies of #487CEA
Complementary color
Monochromatic Colors of #487CEA
Black with #487CEA
Text Example
Text Example
White with #487CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CEA; }
p { color: rgb(72,124,234); }
H1.HeaderClassName
{
color: #487CEA;
}
.AnyTagClassName
{
color: #487CEA;
}
</style>
background-color css
<style>
a { background-color: #487CEA; }
a { background-color: rgb(72,124,234); }
div.DivClassName
{
background-color: #487CEA;
}
.BgClassName
{
background-color: #487CEA;
}
</style>
border-color css
<style>
span { border-color: #487CEA; }
span { border-color: rgb(72,124,234); }
td.TdClassName
{
border-color: #487CEA;
}
.TagClassName
{
border-color: #487CEA;
}
</style>