Shades of Royal Blue #487FEA
Tints of Royal Blue #487FEA
RGB
CMYK
RGB Variations
Color information
#487FEA (or 0x487FEA) is known color: Royal Blue. HEX triplet: 48, 7F and EA. RGB value is (72,127,234). Sum of RGB (Red+Green+Blue) = 72+127+234=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #487FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FEA is #B78015. Grayscale: #7A7A7A. Windows color (decimal): -12025878 or 15368008. OLE color: 15368008.
HSL color Cylindrical-coordinate representation of color #487FEA: hue angle of 219.63º 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 #487FEA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 127 | 234 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.08 |
| HSL | 219.63º | 0.79% | 0.6% | - |
| HSV(B) | 219.63º | 0.69% | 0.92% | - |
| XYZ | 25.11 | 22.5 | 80.86 | - |
| YUV | 122.75 | 190.78 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 234 | 0.69 | 0.46 | 0 | 0.08 | 219.63 | 0.79 | 0.6 |
| Hex | 48 | 7F | EA | 45 | 2E | 0 | 8 | DC | 4F | 3C |
| Octal | 110 | 177 | 352 | 105 | 56 | 0 | 10 | 334 | 117 | 74 |
| Binary | 1001000 | 1111111 | 11101010 | 1000101 | 101110 | 0 | 1000 | 11011100 | 1001111 | 111100 |
Color Harmonies of #487FEA
Complementary color
Monochromatic Colors of #487FEA
Black with #487FEA
Text Example
Text Example
White with #487FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FEA; }
p { color: rgb(72,127,234); }
H1.HeaderClassName
{
color: #487FEA;
}
.AnyTagClassName
{
color: #487FEA;
}
</style>
background-color css
<style>
a { background-color: #487FEA; }
a { background-color: rgb(72,127,234); }
div.DivClassName
{
background-color: #487FEA;
}
.BgClassName
{
background-color: #487FEA;
}
</style>
border-color css
<style>
span { border-color: #487FEA; }
span { border-color: rgb(72,127,234); }
td.TdClassName
{
border-color: #487FEA;
}
.TagClassName
{
border-color: #487FEA;
}
</style>