Shades of Royal Blue #486FEC
Tints of Royal Blue #486FEC
RGB
CMYK
RGB Variations
Color information
#486FEC (or 0x486FEC) is known color: Royal Blue. HEX triplet: 48, 6F and EC. RGB value is (72,111,236). Sum of RGB (Red+Green+Blue) = 72+111+236=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #486FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FEC is #B79013. Grayscale: #717171. Windows color (decimal): -12029972 or 15494984. OLE color: 15494984.
HSL color Cylindrical-coordinate representation of color #486FEC: hue angle of 225.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486FEC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 111 | 236 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.07 |
| HSL | 225.73º | 0.81% | 0.6% | - |
| HSV(B) | 225.73º | 0.69% | 0.93% | - |
| XYZ | 23.5 | 18.8 | 81.75 | - |
| YUV | 113.59 | 197.08 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 236 | 0.69 | 0.53 | 0 | 0.07 | 225.73 | 0.81 | 0.6 |
| Hex | 48 | 6F | EC | 45 | 35 | 0 | 7 | E2 | 51 | 3C |
| Octal | 110 | 157 | 354 | 105 | 65 | 0 | 7 | 342 | 121 | 74 |
| Binary | 1001000 | 1101111 | 11101100 | 1000101 | 110101 | 0 | 111 | 11100010 | 1010001 | 111100 |
Color Harmonies of #486FEC
Complementary color
Monochromatic Colors of #486FEC
Black with #486FEC
Text Example
Text Example
White with #486FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FEC; }
p { color: rgb(72,111,236); }
H1.HeaderClassName
{
color: #486FEC;
}
.AnyTagClassName
{
color: #486FEC;
}
</style>
background-color css
<style>
a { background-color: #486FEC; }
a { background-color: rgb(72,111,236); }
div.DivClassName
{
background-color: #486FEC;
}
.BgClassName
{
background-color: #486FEC;
}
</style>
border-color css
<style>
span { border-color: #486FEC; }
span { border-color: rgb(72,111,236); }
td.TdClassName
{
border-color: #486FEC;
}
.TagClassName
{
border-color: #486FEC;
}
</style>