Shades of Royal Blue #486EE0
Tints of Royal Blue #486EE0
RGB
CMYK
RGB Variations
Color information
#486EE0 (or 0x486EE0) is known color: Royal Blue. HEX triplet: 48, 6E and E0. RGB value is (72,110,224). Sum of RGB (Red+Green+Blue) = 72+110+224=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #486EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EE0 is #B7911F. Grayscale: #6F6F6F. Windows color (decimal): -12030240 or 14708296. OLE color: 14708296.
HSL color Cylindrical-coordinate representation of color #486EE0: hue angle of 225º degrees, saturation: 0.71, 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 #486EE0 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 110 | 224 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.12 |
| HSL | 225º | 0.71% | 0.58% | - |
| HSV(B) | 225º | 0.68% | 0.88% | - |
| XYZ | 21.7 | 17.91 | 72.83 | - |
| YUV | 111.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 224 | 0.68 | 0.51 | 0 | 0.12 | 225 | 0.71 | 0.58 |
| Hex | 48 | 6E | E0 | 44 | 33 | 0 | C | E1 | 47 | 3A |
| Octal | 110 | 156 | 340 | 104 | 63 | 0 | 14 | 341 | 107 | 72 |
| Binary | 1001000 | 1101110 | 11100000 | 1000100 | 110011 | 0 | 1100 | 11100001 | 1000111 | 111010 |
Color Harmonies of #486EE0
Complementary color
Monochromatic Colors of #486EE0
Black with #486EE0
Text Example
Text Example
White with #486EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EE0; }
p { color: rgb(72,110,224); }
H1.HeaderClassName
{
color: #486EE0;
}
.AnyTagClassName
{
color: #486EE0;
}
</style>
background-color css
<style>
a { background-color: #486EE0; }
a { background-color: rgb(72,110,224); }
div.DivClassName
{
background-color: #486EE0;
}
.BgClassName
{
background-color: #486EE0;
}
</style>
border-color css
<style>
span { border-color: #486EE0; }
span { border-color: rgb(72,110,224); }
td.TdClassName
{
border-color: #486EE0;
}
.TagClassName
{
border-color: #486EE0;
}
</style>