Shades of Royal Blue #487DFD
Tints of Royal Blue #487DFD
RGB
CMYK
RGB Variations
Color information
#487DFD (or 0x487DFD) is known color: Royal Blue. HEX triplet: 48, 7D and FD. RGB value is (72,125,253). Sum of RGB (Red+Green+Blue) = 72+125+253=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #487DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DFD is #B78202. Grayscale: #7B7B7B. Windows color (decimal): -12026371 or 16612680. OLE color: 16612680.
HSL color Cylindrical-coordinate representation of color #487DFD: hue angle of 222.43º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487DFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 125 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.43º | 0.98% | 0.64% | - |
| HSV(B) | 222.43º | 0.72% | 0.99% | - |
| XYZ | 27.74 | 23.14 | 95.93 | - |
| YUV | 123.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 253 | 0.72 | 0.51 | 0 | 0.01 | 222.43 | 0.98 | 0.64 |
| Hex | 48 | 7D | FD | 48 | 33 | 0 | 1 | DE | 62 | 40 |
| Octal | 110 | 175 | 375 | 110 | 63 | 0 | 1 | 336 | 142 | 100 |
| Binary | 1001000 | 1111101 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011110 | 1100010 | 1000000 |
Color Harmonies of #487DFD
Complementary color
Monochromatic Colors of #487DFD
Black with #487DFD
Text Example
Text Example
White with #487DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DFD; }
p { color: rgb(72,125,253); }
H1.HeaderClassName
{
color: #487DFD;
}
.AnyTagClassName
{
color: #487DFD;
}
</style>
background-color css
<style>
a { background-color: #487DFD; }
a { background-color: rgb(72,125,253); }
div.DivClassName
{
background-color: #487DFD;
}
.BgClassName
{
background-color: #487DFD;
}
</style>
border-color css
<style>
span { border-color: #487DFD; }
span { border-color: rgb(72,125,253); }
td.TdClassName
{
border-color: #487DFD;
}
.TagClassName
{
border-color: #487DFD;
}
</style>