Shades of Royal Blue #486CE1
Tints of Royal Blue #486CE1
RGB
CMYK
RGB Variations
Color information
#486CE1 (or 0x486CE1) is known color: Royal Blue. HEX triplet: 48, 6C and E1. RGB value is (72,108,225). Sum of RGB (Red+Green+Blue) = 72+108+225=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #486CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CE1 is #B7931E. Grayscale: #6E6E6E. Windows color (decimal): -12030751 or 14773320. OLE color: 14773320.
HSL color Cylindrical-coordinate representation of color #486CE1: hue angle of 225.88º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486CE1 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 108 | 225 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.12 |
| HSL | 225.88º | 0.72% | 0.58% | - |
| HSV(B) | 225.88º | 0.68% | 0.88% | - |
| XYZ | 21.63 | 17.54 | 73.48 | - |
| YUV | 110.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 225 | 0.68 | 0.52 | 0 | 0.12 | 225.88 | 0.72 | 0.58 |
| Hex | 48 | 6C | E1 | 44 | 34 | 0 | C | E2 | 48 | 3A |
| Octal | 110 | 154 | 341 | 104 | 64 | 0 | 14 | 342 | 110 | 72 |
| Binary | 1001000 | 1101100 | 11100001 | 1000100 | 110100 | 0 | 1100 | 11100010 | 1001000 | 111010 |
Color Harmonies of #486CE1
Complementary color
Monochromatic Colors of #486CE1
Black with #486CE1
Text Example
Text Example
White with #486CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CE1; }
p { color: rgb(72,108,225); }
H1.HeaderClassName
{
color: #486CE1;
}
.AnyTagClassName
{
color: #486CE1;
}
</style>
background-color css
<style>
a { background-color: #486CE1; }
a { background-color: rgb(72,108,225); }
div.DivClassName
{
background-color: #486CE1;
}
.BgClassName
{
background-color: #486CE1;
}
</style>
border-color css
<style>
span { border-color: #486CE1; }
span { border-color: rgb(72,108,225); }
td.TdClassName
{
border-color: #486CE1;
}
.TagClassName
{
border-color: #486CE1;
}
</style>