Shades of Royal Blue #487AF6
Tints of Royal Blue #487AF6
RGB
CMYK
RGB Variations
Color information
#487AF6 (or 0x487AF6) is known color: Royal Blue. HEX triplet: 48, 7A and F6. RGB value is (72,122,246). Sum of RGB (Red+Green+Blue) = 72+122+246=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #487AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487AF6 is #B78509. Grayscale: #787878. Windows color (decimal): -12027146 or 16153160. OLE color: 16153160.
HSL color Cylindrical-coordinate representation of color #487AF6: hue angle of 222.76º 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 #487AF6 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 122 | 246 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.04 |
| HSL | 222.76º | 0.91% | 0.62% | - |
| HSV(B) | 222.76º | 0.71% | 0.96% | - |
| XYZ | 26.27 | 21.95 | 90.04 | - |
| YUV | 121.19 | 198.44 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 246 | 0.71 | 0.50 | 0 | 0.04 | 222.76 | 0.91 | 0.62 |
| Hex | 48 | 7A | F6 | 47 | 32 | 0 | 4 | DF | 5B | 3E |
| Octal | 110 | 172 | 366 | 107 | 62 | 0 | 4 | 337 | 133 | 76 |
| Binary | 1001000 | 1111010 | 11110110 | 1000111 | 110010 | 0 | 100 | 11011111 | 1011011 | 111110 |
Color Harmonies of #487AF6
Complementary color
Monochromatic Colors of #487AF6
Black with #487AF6
Text Example
Text Example
White with #487AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AF6; }
p { color: rgb(72,122,246); }
H1.HeaderClassName
{
color: #487AF6;
}
.AnyTagClassName
{
color: #487AF6;
}
</style>
background-color css
<style>
a { background-color: #487AF6; }
a { background-color: rgb(72,122,246); }
div.DivClassName
{
background-color: #487AF6;
}
.BgClassName
{
background-color: #487AF6;
}
</style>
border-color css
<style>
span { border-color: #487AF6; }
span { border-color: rgb(72,122,246); }
td.TdClassName
{
border-color: #487AF6;
}
.TagClassName
{
border-color: #487AF6;
}
</style>