Shades of Royal Blue #486FE0
Tints of Royal Blue #486FE0
RGB
CMYK
RGB Variations
Color information
#486FE0 (or 0x486FE0) is known color: Royal Blue. HEX triplet: 48, 6F and E0. RGB value is (72,111,224). Sum of RGB (Red+Green+Blue) = 72+111+224=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #486FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FE0 is #B7901F. Grayscale: #6F6F6F. Windows color (decimal): -12029984 or 14708552. OLE color: 14708552.
HSL color Cylindrical-coordinate representation of color #486FE0: hue angle of 224.61º 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 #486FE0 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 111 | 224 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.12 |
| HSL | 224.61º | 0.71% | 0.58% | - |
| HSV(B) | 224.61º | 0.68% | 0.88% | - |
| XYZ | 21.81 | 18.13 | 72.87 | - |
| YUV | 112.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 224 | 0.68 | 0.50 | 0 | 0.12 | 224.61 | 0.71 | 0.58 |
| Hex | 48 | 6F | E0 | 44 | 32 | 0 | C | E1 | 47 | 3A |
| Octal | 110 | 157 | 340 | 104 | 62 | 0 | 14 | 341 | 107 | 72 |
| Binary | 1001000 | 1101111 | 11100000 | 1000100 | 110010 | 0 | 1100 | 11100001 | 1000111 | 111010 |
Color Harmonies of #486FE0
Complementary color
Monochromatic Colors of #486FE0
Black with #486FE0
Text Example
Text Example
White with #486FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FE0; }
p { color: rgb(72,111,224); }
H1.HeaderClassName
{
color: #486FE0;
}
.AnyTagClassName
{
color: #486FE0;
}
</style>
background-color css
<style>
a { background-color: #486FE0; }
a { background-color: rgb(72,111,224); }
div.DivClassName
{
background-color: #486FE0;
}
.BgClassName
{
background-color: #486FE0;
}
</style>
border-color css
<style>
span { border-color: #486FE0; }
span { border-color: rgb(72,111,224); }
td.TdClassName
{
border-color: #486FE0;
}
.TagClassName
{
border-color: #486FE0;
}
</style>