Shades of Royal Blue #486ED6
Tints of Royal Blue #486ED6
RGB
CMYK
RGB Variations
Color information
#486ED6 (or 0x486ED6) is known color: Royal Blue. HEX triplet: 48, 6E and D6. RGB value is (72,110,214). Sum of RGB (Red+Green+Blue) = 72+110+214=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #486ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ED6 is #B79129. Grayscale: #6E6E6E. Windows color (decimal): -12030250 or 14052936. OLE color: 14052936.
HSL color Cylindrical-coordinate representation of color #486ED6: hue angle of 223.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486ED6 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 110 | 214 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.16 |
| HSL | 223.94º | 0.63% | 0.56% | - |
| HSV(B) | 223.94º | 0.66% | 0.84% | - |
| XYZ | 20.39 | 17.38 | 65.9 | - |
| YUV | 110.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 214 | 0.66 | 0.49 | 0 | 0.16 | 223.94 | 0.63 | 0.56 |
| Hex | 48 | 6E | D6 | 42 | 31 | 0 | 10 | E0 | 3F | 38 |
| Octal | 110 | 156 | 326 | 102 | 61 | 0 | 20 | 340 | 77 | 70 |
| Binary | 1001000 | 1101110 | 11010110 | 1000010 | 110001 | 0 | 10000 | 11100000 | 111111 | 111000 |
Color Harmonies of #486ED6
Complementary color
Monochromatic Colors of #486ED6
Black with #486ED6
Text Example
Text Example
White with #486ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ED6; }
p { color: rgb(72,110,214); }
H1.HeaderClassName
{
color: #486ED6;
}
.AnyTagClassName
{
color: #486ED6;
}
</style>
background-color css
<style>
a { background-color: #486ED6; }
a { background-color: rgb(72,110,214); }
div.DivClassName
{
background-color: #486ED6;
}
.BgClassName
{
background-color: #486ED6;
}
</style>
border-color css
<style>
span { border-color: #486ED6; }
span { border-color: rgb(72,110,214); }
td.TdClassName
{
border-color: #486ED6;
}
.TagClassName
{
border-color: #486ED6;
}
</style>