Shades of Royal Blue #487BEF
Tints of Royal Blue #487BEF
RGB
CMYK
RGB Variations
Color information
#487BEF (or 0x487BEF) is known color: Royal Blue. HEX triplet: 48, 7B and EF. RGB value is (72,123,239). Sum of RGB (Red+Green+Blue) = 72+123+239=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #487BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487BEF is #B78410. Grayscale: #787878. Windows color (decimal): -12026897 or 15694664. OLE color: 15694664.
HSL color Cylindrical-coordinate representation of color #487BEF: hue angle of 221.68º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487BEF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 123 | 239 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.06 |
| HSL | 221.68º | 0.84% | 0.61% | - |
| HSV(B) | 221.68º | 0.7% | 0.94% | - |
| XYZ | 25.34 | 21.78 | 84.53 | - |
| YUV | 120.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 239 | 0.70 | 0.49 | 0 | 0.06 | 221.68 | 0.84 | 0.61 |
| Hex | 48 | 7B | EF | 46 | 31 | 0 | 6 | DE | 54 | 3D |
| Octal | 110 | 173 | 357 | 106 | 61 | 0 | 6 | 336 | 124 | 75 |
| Binary | 1001000 | 1111011 | 11101111 | 1000110 | 110001 | 0 | 110 | 11011110 | 1010100 | 111101 |
Color Harmonies of #487BEF
Complementary color
Monochromatic Colors of #487BEF
Black with #487BEF
Text Example
Text Example
White with #487BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BEF; }
p { color: rgb(72,123,239); }
H1.HeaderClassName
{
color: #487BEF;
}
.AnyTagClassName
{
color: #487BEF;
}
</style>
background-color css
<style>
a { background-color: #487BEF; }
a { background-color: rgb(72,123,239); }
div.DivClassName
{
background-color: #487BEF;
}
.BgClassName
{
background-color: #487BEF;
}
</style>
border-color css
<style>
span { border-color: #487BEF; }
span { border-color: rgb(72,123,239); }
td.TdClassName
{
border-color: #487BEF;
}
.TagClassName
{
border-color: #487BEF;
}
</style>