Shades of Royal Blue #487EDA
Tints of Royal Blue #487EDA
RGB
CMYK
RGB Variations
Color information
#487EDA (or 0x487EDA) is known color: Royal Blue. HEX triplet: 48, 7E and DA. RGB value is (72,126,218). Sum of RGB (Red+Green+Blue) = 72+126+218=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #487EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EDA is #B78125. Grayscale: #777777. Windows color (decimal): -12026150 or 14319176. OLE color: 14319176.
HSL color Cylindrical-coordinate representation of color #487EDA: hue angle of 217.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #487EDA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 126 | 218 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.15 |
| HSL | 217.81º | 0.66% | 0.57% | - |
| HSV(B) | 217.81º | 0.67% | 0.85% | - |
| XYZ | 22.79 | 21.36 | 69.25 | - |
| YUV | 120.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 218 | 0.67 | 0.42 | 0 | 0.15 | 217.81 | 0.66 | 0.57 |
| Hex | 48 | 7E | DA | 43 | 2A | 0 | F | DA | 42 | 39 |
| Octal | 110 | 176 | 332 | 103 | 52 | 0 | 17 | 332 | 102 | 71 |
| Binary | 1001000 | 1111110 | 11011010 | 1000011 | 101010 | 0 | 1111 | 11011010 | 1000010 | 111001 |
Color Harmonies of #487EDA
Complementary color
Monochromatic Colors of #487EDA
Black with #487EDA
Text Example
Text Example
White with #487EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EDA; }
p { color: rgb(72,126,218); }
H1.HeaderClassName
{
color: #487EDA;
}
.AnyTagClassName
{
color: #487EDA;
}
</style>
background-color css
<style>
a { background-color: #487EDA; }
a { background-color: rgb(72,126,218); }
div.DivClassName
{
background-color: #487EDA;
}
.BgClassName
{
background-color: #487EDA;
}
</style>
border-color css
<style>
span { border-color: #487EDA; }
span { border-color: rgb(72,126,218); }
td.TdClassName
{
border-color: #487EDA;
}
.TagClassName
{
border-color: #487EDA;
}
</style>