Shades of Royal Blue #487BD4
Tints of Royal Blue #487BD4
RGB
CMYK
RGB Variations
Color information
#487BD4 (or 0x487BD4) is known color: Royal Blue. HEX triplet: 48, 7B and D4. RGB value is (72,123,212). Sum of RGB (Red+Green+Blue) = 72+123+212=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #487BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BD4 is #B7842B. Grayscale: #757575. Windows color (decimal): -12026924 or 13925192. OLE color: 13925192.
HSL color Cylindrical-coordinate representation of color #487BD4: hue angle of 218.14º 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 #487BD4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 123 | 212 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.17 |
| HSL | 218.14º | 0.62% | 0.56% | - |
| HSV(B) | 218.14º | 0.66% | 0.83% | - |
| XYZ | 21.64 | 20.3 | 65.06 | - |
| YUV | 117.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 212 | 0.66 | 0.42 | 0 | 0.17 | 218.14 | 0.62 | 0.56 |
| Hex | 48 | 7B | D4 | 42 | 2A | 0 | 11 | DA | 3E | 38 |
| Octal | 110 | 173 | 324 | 102 | 52 | 0 | 21 | 332 | 76 | 70 |
| Binary | 1001000 | 1111011 | 11010100 | 1000010 | 101010 | 0 | 10001 | 11011010 | 111110 | 111000 |
Color Harmonies of #487BD4
Complementary color
Monochromatic Colors of #487BD4
Black with #487BD4
Text Example
Text Example
White with #487BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BD4; }
p { color: rgb(72,123,212); }
H1.HeaderClassName
{
color: #487BD4;
}
.AnyTagClassName
{
color: #487BD4;
}
</style>
background-color css
<style>
a { background-color: #487BD4; }
a { background-color: rgb(72,123,212); }
div.DivClassName
{
background-color: #487BD4;
}
.BgClassName
{
background-color: #487BD4;
}
</style>
border-color css
<style>
span { border-color: #487BD4; }
span { border-color: rgb(72,123,212); }
td.TdClassName
{
border-color: #487BD4;
}
.TagClassName
{
border-color: #487BD4;
}
</style>