Shades of Royal Blue #487DFB
Tints of Royal Blue #487DFB
RGB
CMYK
RGB Variations
Color information
#487DFB (or 0x487DFB) is known color: Royal Blue. HEX triplet: 48, 7D and FB. RGB value is (72,125,251). Sum of RGB (Red+Green+Blue) = 72+125+251=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #487DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487DFB is #B78204. Grayscale: #7A7A7A. Windows color (decimal): -12026373 or 16481608. OLE color: 16481608.
HSL color Cylindrical-coordinate representation of color #487DFB: hue angle of 222.23º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487DFB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 125 | 251 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.02 |
| HSL | 222.23º | 0.96% | 0.63% | - |
| HSV(B) | 222.23º | 0.71% | 0.98% | - |
| XYZ | 27.42 | 23.01 | 94.26 | - |
| YUV | 123.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 251 | 0.71 | 0.50 | 0 | 0.02 | 222.23 | 0.96 | 0.63 |
| Hex | 48 | 7D | FB | 47 | 32 | 0 | 2 | DE | 60 | 3F |
| Octal | 110 | 175 | 373 | 107 | 62 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1001000 | 1111101 | 11111011 | 1000111 | 110010 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #487DFB
Complementary color
Monochromatic Colors of #487DFB
Black with #487DFB
Text Example
Text Example
White with #487DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DFB; }
p { color: rgb(72,125,251); }
H1.HeaderClassName
{
color: #487DFB;
}
.AnyTagClassName
{
color: #487DFB;
}
</style>
background-color css
<style>
a { background-color: #487DFB; }
a { background-color: rgb(72,125,251); }
div.DivClassName
{
background-color: #487DFB;
}
.BgClassName
{
background-color: #487DFB;
}
</style>
border-color css
<style>
span { border-color: #487DFB; }
span { border-color: rgb(72,125,251); }
td.TdClassName
{
border-color: #487DFB;
}
.TagClassName
{
border-color: #487DFB;
}
</style>