Shades of Royal Blue #486ED3
Tints of Royal Blue #486ED3
RGB
CMYK
RGB Variations
Color information
#486ED3 (or 0x486ED3) is known color: Royal Blue. HEX triplet: 48, 6E and D3. RGB value is (72,110,211). Sum of RGB (Red+Green+Blue) = 72+110+211=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #486ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ED3 is #B7912C. Grayscale: #6D6D6D. Windows color (decimal): -12030253 or 13856328. OLE color: 13856328.
HSL color Cylindrical-coordinate representation of color #486ED3: hue angle of 223.6º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486ED3 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 110 | 211 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.17 |
| HSL | 223.6º | 0.61% | 0.55% | - |
| HSV(B) | 223.6º | 0.66% | 0.83% | - |
| XYZ | 20.01 | 17.23 | 63.9 | - |
| YUV | 110.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 211 | 0.66 | 0.48 | 0 | 0.17 | 223.6 | 0.61 | 0.55 |
| Hex | 48 | 6E | D3 | 42 | 30 | 0 | 11 | E0 | 3D | 37 |
| Octal | 110 | 156 | 323 | 102 | 60 | 0 | 21 | 340 | 75 | 67 |
| Binary | 1001000 | 1101110 | 11010011 | 1000010 | 110000 | 0 | 10001 | 11100000 | 111101 | 110111 |
Color Harmonies of #486ED3
Complementary color
Monochromatic Colors of #486ED3
Black with #486ED3
Text Example
Text Example
White with #486ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ED3; }
p { color: rgb(72,110,211); }
H1.HeaderClassName
{
color: #486ED3;
}
.AnyTagClassName
{
color: #486ED3;
}
</style>
background-color css
<style>
a { background-color: #486ED3; }
a { background-color: rgb(72,110,211); }
div.DivClassName
{
background-color: #486ED3;
}
.BgClassName
{
background-color: #486ED3;
}
</style>
border-color css
<style>
span { border-color: #486ED3; }
span { border-color: rgb(72,110,211); }
td.TdClassName
{
border-color: #486ED3;
}
.TagClassName
{
border-color: #486ED3;
}
</style>