Shades of Royal Blue #487DD6
Tints of Royal Blue #487DD6
RGB
CMYK
RGB Variations
Color information
#487DD6 (or 0x487DD6) is known color: Royal Blue. HEX triplet: 48, 7D and D6. RGB value is (72,125,214). Sum of RGB (Red+Green+Blue) = 72+125+214=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #487DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DD6 is #B78229. Grayscale: #767676. Windows color (decimal): -12026410 or 14056776. OLE color: 14056776.
HSL color Cylindrical-coordinate representation of color #487DD6: hue angle of 217.61º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487DD6 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 125 | 214 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.16 |
| HSL | 217.61º | 0.63% | 0.56% | - |
| HSV(B) | 217.61º | 0.66% | 0.84% | - |
| XYZ | 22.14 | 20.9 | 66.49 | - |
| YUV | 119.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 214 | 0.66 | 0.42 | 0 | 0.16 | 217.61 | 0.63 | 0.56 |
| Hex | 48 | 7D | D6 | 42 | 2A | 0 | 10 | DA | 3F | 38 |
| Octal | 110 | 175 | 326 | 102 | 52 | 0 | 20 | 332 | 77 | 70 |
| Binary | 1001000 | 1111101 | 11010110 | 1000010 | 101010 | 0 | 10000 | 11011010 | 111111 | 111000 |
Color Harmonies of #487DD6
Complementary color
Monochromatic Colors of #487DD6
Black with #487DD6
Text Example
Text Example
White with #487DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DD6; }
p { color: rgb(72,125,214); }
H1.HeaderClassName
{
color: #487DD6;
}
.AnyTagClassName
{
color: #487DD6;
}
</style>
background-color css
<style>
a { background-color: #487DD6; }
a { background-color: rgb(72,125,214); }
div.DivClassName
{
background-color: #487DD6;
}
.BgClassName
{
background-color: #487DD6;
}
</style>
border-color css
<style>
span { border-color: #487DD6; }
span { border-color: rgb(72,125,214); }
td.TdClassName
{
border-color: #487DD6;
}
.TagClassName
{
border-color: #487DD6;
}
</style>