Shades of Royal Blue #487BF6
Tints of Royal Blue #487BF6
RGB
CMYK
RGB Variations
Color information
#487BF6 (or 0x487BF6) is known color: Royal Blue. HEX triplet: 48, 7B and F6. RGB value is (72,123,246). Sum of RGB (Red+Green+Blue) = 72+123+246=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #487BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487BF6 is #B78409. Grayscale: #797979. Windows color (decimal): -12026890 or 16153416. OLE color: 16153416.
HSL color Cylindrical-coordinate representation of color #487BF6: hue angle of 222.41º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487BF6 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 123 | 246 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.04 |
| HSL | 222.41º | 0.91% | 0.62% | - |
| HSV(B) | 222.41º | 0.71% | 0.96% | - |
| XYZ | 26.39 | 22.2 | 90.08 | - |
| YUV | 121.77 | 198.1 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 246 | 0.71 | 0.50 | 0 | 0.04 | 222.41 | 0.91 | 0.62 |
| Hex | 48 | 7B | F6 | 47 | 32 | 0 | 4 | DE | 5B | 3E |
| Octal | 110 | 173 | 366 | 107 | 62 | 0 | 4 | 336 | 133 | 76 |
| Binary | 1001000 | 1111011 | 11110110 | 1000111 | 110010 | 0 | 100 | 11011110 | 1011011 | 111110 |
Color Harmonies of #487BF6
Complementary color
Monochromatic Colors of #487BF6
Black with #487BF6
Text Example
Text Example
White with #487BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BF6; }
p { color: rgb(72,123,246); }
H1.HeaderClassName
{
color: #487BF6;
}
.AnyTagClassName
{
color: #487BF6;
}
</style>
background-color css
<style>
a { background-color: #487BF6; }
a { background-color: rgb(72,123,246); }
div.DivClassName
{
background-color: #487BF6;
}
.BgClassName
{
background-color: #487BF6;
}
</style>
border-color css
<style>
span { border-color: #487BF6; }
span { border-color: rgb(72,123,246); }
td.TdClassName
{
border-color: #487BF6;
}
.TagClassName
{
border-color: #487BF6;
}
</style>