Shades of Royal Blue #487AD4
Tints of Royal Blue #487AD4
RGB
CMYK
RGB Variations
Color information
#487AD4 (or 0x487AD4) is known color: Royal Blue. HEX triplet: 48, 7A and D4. RGB value is (72,122,212). Sum of RGB (Red+Green+Blue) = 72+122+212=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #487AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AD4 is #B7852B. Grayscale: #747474. Windows color (decimal): -12027180 or 13924936. OLE color: 13924936.
HSL color Cylindrical-coordinate representation of color #487AD4: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487AD4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 122 | 212 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.17 |
| HSL | 218.57º | 0.62% | 0.56% | - |
| HSV(B) | 218.57º | 0.66% | 0.83% | - |
| XYZ | 21.52 | 20.05 | 65.02 | - |
| YUV | 117.31 | 181.44 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 212 | 0.66 | 0.42 | 0 | 0.17 | 218.57 | 0.62 | 0.56 |
| Hex | 48 | 7A | D4 | 42 | 2A | 0 | 11 | DB | 3E | 38 |
| Octal | 110 | 172 | 324 | 102 | 52 | 0 | 21 | 333 | 76 | 70 |
| Binary | 1001000 | 1111010 | 11010100 | 1000010 | 101010 | 0 | 10001 | 11011011 | 111110 | 111000 |
Color Harmonies of #487AD4
Complementary color
Monochromatic Colors of #487AD4
Black with #487AD4
Text Example
Text Example
White with #487AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AD4; }
p { color: rgb(72,122,212); }
H1.HeaderClassName
{
color: #487AD4;
}
.AnyTagClassName
{
color: #487AD4;
}
</style>
background-color css
<style>
a { background-color: #487AD4; }
a { background-color: rgb(72,122,212); }
div.DivClassName
{
background-color: #487AD4;
}
.BgClassName
{
background-color: #487AD4;
}
</style>
border-color css
<style>
span { border-color: #487AD4; }
span { border-color: rgb(72,122,212); }
td.TdClassName
{
border-color: #487AD4;
}
.TagClassName
{
border-color: #487AD4;
}
</style>