Shades of Royal Blue #486EEE
Tints of Royal Blue #486EEE
RGB
CMYK
RGB Variations
Color information
#486EEE (or 0x486EEE) is known color: Royal Blue. HEX triplet: 48, 6E and EE. RGB value is (72,110,238). Sum of RGB (Red+Green+Blue) = 72+110+238=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #486EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EEE is #B79111. Grayscale: #707070. Windows color (decimal): -12030226 or 15625800. OLE color: 15625800.
HSL color Cylindrical-coordinate representation of color #486EEE: hue angle of 226.27º degrees, saturation: 0.83, 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 #486EEE is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 110 | 238 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.07 |
| HSL | 226.27º | 0.83% | 0.61% | - |
| HSV(B) | 226.27º | 0.7% | 0.93% | - |
| XYZ | 23.68 | 18.7 | 83.25 | - |
| YUV | 113.23 | 198.41 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 238 | 0.70 | 0.54 | 0 | 0.07 | 226.27 | 0.83 | 0.61 |
| Hex | 48 | 6E | EE | 46 | 36 | 0 | 7 | E2 | 53 | 3D |
| Octal | 110 | 156 | 356 | 106 | 66 | 0 | 7 | 342 | 123 | 75 |
| Binary | 1001000 | 1101110 | 11101110 | 1000110 | 110110 | 0 | 111 | 11100010 | 1010011 | 111101 |
Color Harmonies of #486EEE
Complementary color
Monochromatic Colors of #486EEE
Black with #486EEE
Text Example
Text Example
White with #486EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EEE; }
p { color: rgb(72,110,238); }
H1.HeaderClassName
{
color: #486EEE;
}
.AnyTagClassName
{
color: #486EEE;
}
</style>
background-color css
<style>
a { background-color: #486EEE; }
a { background-color: rgb(72,110,238); }
div.DivClassName
{
background-color: #486EEE;
}
.BgClassName
{
background-color: #486EEE;
}
</style>
border-color css
<style>
span { border-color: #486EEE; }
span { border-color: rgb(72,110,238); }
td.TdClassName
{
border-color: #486EEE;
}
.TagClassName
{
border-color: #486EEE;
}
</style>