Shades of Royal Blue #487BDF
Tints of Royal Blue #487BDF
RGB
CMYK
RGB Variations
Color information
#487BDF (or 0x487BDF) is known color: Royal Blue. HEX triplet: 48, 7B and DF. RGB value is (72,123,223). Sum of RGB (Red+Green+Blue) = 72+123+223=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #487BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BDF is #B78420. Grayscale: #767676. Windows color (decimal): -12026913 or 14646088. OLE color: 14646088.
HSL color Cylindrical-coordinate representation of color #487BDF: hue angle of 219.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #487BDF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 123 | 223 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.13 |
| HSL | 219.74º | 0.7% | 0.58% | - |
| HSV(B) | 219.74º | 0.68% | 0.87% | - |
| XYZ | 23.07 | 20.87 | 72.62 | - |
| YUV | 119.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 223 | 0.68 | 0.45 | 0 | 0.13 | 219.74 | 0.7 | 0.58 |
| Hex | 48 | 7B | DF | 44 | 2D | 0 | D | DC | 46 | 3A |
| Octal | 110 | 173 | 337 | 104 | 55 | 0 | 15 | 334 | 106 | 72 |
| Binary | 1001000 | 1111011 | 11011111 | 1000100 | 101101 | 0 | 1101 | 11011100 | 1000110 | 111010 |
Color Harmonies of #487BDF
Complementary color
Monochromatic Colors of #487BDF
Black with #487BDF
Text Example
Text Example
White with #487BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BDF; }
p { color: rgb(72,123,223); }
H1.HeaderClassName
{
color: #487BDF;
}
.AnyTagClassName
{
color: #487BDF;
}
</style>
background-color css
<style>
a { background-color: #487BDF; }
a { background-color: rgb(72,123,223); }
div.DivClassName
{
background-color: #487BDF;
}
.BgClassName
{
background-color: #487BDF;
}
</style>
border-color css
<style>
span { border-color: #487BDF; }
span { border-color: rgb(72,123,223); }
td.TdClassName
{
border-color: #487BDF;
}
.TagClassName
{
border-color: #487BDF;
}
</style>