Shades of Royal Blue #486FED
Tints of Royal Blue #486FED
RGB
CMYK
RGB Variations
Color information
#486FED (or 0x486FED) is known color: Royal Blue. HEX triplet: 48, 6F and ED. RGB value is (72,111,237). Sum of RGB (Red+Green+Blue) = 72+111+237=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #486FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FED is #B79012. Grayscale: #717171. Windows color (decimal): -12029971 or 15560520. OLE color: 15560520.
HSL color Cylindrical-coordinate representation of color #486FED: hue angle of 225.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486FED is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 111 | 237 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.07 |
| HSL | 225.82º | 0.82% | 0.61% | - |
| HSV(B) | 225.82º | 0.7% | 0.93% | - |
| XYZ | 23.64 | 18.86 | 82.52 | - |
| YUV | 113.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 237 | 0.70 | 0.53 | 0 | 0.07 | 225.82 | 0.82 | 0.61 |
| Hex | 48 | 6F | ED | 46 | 35 | 0 | 7 | E2 | 52 | 3D |
| Octal | 110 | 157 | 355 | 106 | 65 | 0 | 7 | 342 | 122 | 75 |
| Binary | 1001000 | 1101111 | 11101101 | 1000110 | 110101 | 0 | 111 | 11100010 | 1010010 | 111101 |
Color Harmonies of #486FED
Complementary color
Monochromatic Colors of #486FED
Black with #486FED
Text Example
Text Example
White with #486FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FED; }
p { color: rgb(72,111,237); }
H1.HeaderClassName
{
color: #486FED;
}
.AnyTagClassName
{
color: #486FED;
}
</style>
background-color css
<style>
a { background-color: #486FED; }
a { background-color: rgb(72,111,237); }
div.DivClassName
{
background-color: #486FED;
}
.BgClassName
{
background-color: #486FED;
}
</style>
border-color css
<style>
span { border-color: #486FED; }
span { border-color: rgb(72,111,237); }
td.TdClassName
{
border-color: #486FED;
}
.TagClassName
{
border-color: #486FED;
}
</style>