Shades of Royal Blue #487BEE
Tints of Royal Blue #487BEE
RGB
CMYK
RGB Variations
Color information
#487BEE (or 0x487BEE) is known color: Royal Blue. HEX triplet: 48, 7B and EE. RGB value is (72,123,238). Sum of RGB (Red+Green+Blue) = 72+123+238=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #487BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487BEE is #B78411. Grayscale: #787878. Windows color (decimal): -12026898 or 15629128. OLE color: 15629128.
HSL color Cylindrical-coordinate representation of color #487BEE: hue angle of 221.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487BEE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 123 | 238 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.07 |
| HSL | 221.57º | 0.83% | 0.61% | - |
| HSV(B) | 221.57º | 0.7% | 0.93% | - |
| XYZ | 25.19 | 21.72 | 83.75 | - |
| YUV | 120.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 238 | 0.70 | 0.48 | 0 | 0.07 | 221.57 | 0.83 | 0.61 |
| Hex | 48 | 7B | EE | 46 | 30 | 0 | 7 | DE | 53 | 3D |
| Octal | 110 | 173 | 356 | 106 | 60 | 0 | 7 | 336 | 123 | 75 |
| Binary | 1001000 | 1111011 | 11101110 | 1000110 | 110000 | 0 | 111 | 11011110 | 1010011 | 111101 |
Color Harmonies of #487BEE
Complementary color
Monochromatic Colors of #487BEE
Black with #487BEE
Text Example
Text Example
White with #487BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BEE; }
p { color: rgb(72,123,238); }
H1.HeaderClassName
{
color: #487BEE;
}
.AnyTagClassName
{
color: #487BEE;
}
</style>
background-color css
<style>
a { background-color: #487BEE; }
a { background-color: rgb(72,123,238); }
div.DivClassName
{
background-color: #487BEE;
}
.BgClassName
{
background-color: #487BEE;
}
</style>
border-color css
<style>
span { border-color: #487BEE; }
span { border-color: rgb(72,123,238); }
td.TdClassName
{
border-color: #487BEE;
}
.TagClassName
{
border-color: #487BEE;
}
</style>