Shades of Royal Blue #486FEF
Tints of Royal Blue #486FEF
RGB
CMYK
RGB Variations
Color information
#486FEF (or 0x486FEF) is known color: Royal Blue. HEX triplet: 48, 6F and EF. RGB value is (72,111,239). Sum of RGB (Red+Green+Blue) = 72+111+239=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #486FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FEF is #B79010. Grayscale: #717171. Windows color (decimal): -12029969 or 15691592. OLE color: 15691592.
HSL color Cylindrical-coordinate representation of color #486FEF: hue angle of 225.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486FEF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 111 | 239 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.06 |
| HSL | 225.99º | 0.84% | 0.61% | - |
| HSV(B) | 225.99º | 0.7% | 0.94% | - |
| XYZ | 23.94 | 18.98 | 84.06 | - |
| YUV | 113.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 239 | 0.70 | 0.54 | 0 | 0.06 | 225.99 | 0.84 | 0.61 |
| Hex | 48 | 6F | EF | 46 | 36 | 0 | 6 | E2 | 54 | 3D |
| Octal | 110 | 157 | 357 | 106 | 66 | 0 | 6 | 342 | 124 | 75 |
| Binary | 1001000 | 1101111 | 11101111 | 1000110 | 110110 | 0 | 110 | 11100010 | 1010100 | 111101 |
Color Harmonies of #486FEF
Complementary color
Monochromatic Colors of #486FEF
Black with #486FEF
Text Example
Text Example
White with #486FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FEF; }
p { color: rgb(72,111,239); }
H1.HeaderClassName
{
color: #486FEF;
}
.AnyTagClassName
{
color: #486FEF;
}
</style>
background-color css
<style>
a { background-color: #486FEF; }
a { background-color: rgb(72,111,239); }
div.DivClassName
{
background-color: #486FEF;
}
.BgClassName
{
background-color: #486FEF;
}
</style>
border-color css
<style>
span { border-color: #486FEF; }
span { border-color: rgb(72,111,239); }
td.TdClassName
{
border-color: #486FEF;
}
.TagClassName
{
border-color: #486FEF;
}
</style>