Shades of Royal Blue #487FE8
Tints of Royal Blue #487FE8
RGB
CMYK
RGB Variations
Color information
#487FE8 (or 0x487FE8) is known color: Royal Blue. HEX triplet: 48, 7F and E8. RGB value is (72,127,232). Sum of RGB (Red+Green+Blue) = 72+127+232=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #487FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FE8 is #B78017. Grayscale: #7A7A7A. Windows color (decimal): -12025880 or 15236936. OLE color: 15236936.
HSL color Cylindrical-coordinate representation of color #487FE8: hue angle of 219.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #487FE8 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 127 | 232 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.09 |
| HSL | 219.38º | 0.78% | 0.6% | - |
| HSV(B) | 219.38º | 0.69% | 0.91% | - |
| XYZ | 24.83 | 22.38 | 79.36 | - |
| YUV | 122.53 | 189.78 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 232 | 0.69 | 0.45 | 0 | 0.09 | 219.38 | 0.78 | 0.6 |
| Hex | 48 | 7F | E8 | 45 | 2D | 0 | 9 | DB | 4E | 3C |
| Octal | 110 | 177 | 350 | 105 | 55 | 0 | 11 | 333 | 116 | 74 |
| Binary | 1001000 | 1111111 | 11101000 | 1000101 | 101101 | 0 | 1001 | 11011011 | 1001110 | 111100 |
Color Harmonies of #487FE8
Complementary color
Monochromatic Colors of #487FE8
Black with #487FE8
Text Example
Text Example
White with #487FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FE8; }
p { color: rgb(72,127,232); }
H1.HeaderClassName
{
color: #487FE8;
}
.AnyTagClassName
{
color: #487FE8;
}
</style>
background-color css
<style>
a { background-color: #487FE8; }
a { background-color: rgb(72,127,232); }
div.DivClassName
{
background-color: #487FE8;
}
.BgClassName
{
background-color: #487FE8;
}
</style>
border-color css
<style>
span { border-color: #487FE8; }
span { border-color: rgb(72,127,232); }
td.TdClassName
{
border-color: #487FE8;
}
.TagClassName
{
border-color: #487FE8;
}
</style>