Shades of Royal Blue #486EDD
Tints of Royal Blue #486EDD
RGB
CMYK
RGB Variations
Color information
#486EDD (or 0x486EDD) is known color: Royal Blue. HEX triplet: 48, 6E and DD. RGB value is (72,110,221). Sum of RGB (Red+Green+Blue) = 72+110+221=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #486EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EDD is #B79122. Grayscale: #6E6E6E. Windows color (decimal): -12030243 or 14511688. OLE color: 14511688.
HSL color Cylindrical-coordinate representation of color #486EDD: hue angle of 224.7º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486EDD is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 110 | 221 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.13 |
| HSL | 224.7º | 0.69% | 0.57% | - |
| HSV(B) | 224.7º | 0.67% | 0.87% | - |
| XYZ | 21.3 | 17.75 | 70.71 | - |
| YUV | 111.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 221 | 0.67 | 0.50 | 0 | 0.13 | 224.7 | 0.69 | 0.57 |
| Hex | 48 | 6E | DD | 43 | 32 | 0 | D | E1 | 45 | 39 |
| Octal | 110 | 156 | 335 | 103 | 62 | 0 | 15 | 341 | 105 | 71 |
| Binary | 1001000 | 1101110 | 11011101 | 1000011 | 110010 | 0 | 1101 | 11100001 | 1000101 | 111001 |
Color Harmonies of #486EDD
Complementary color
Monochromatic Colors of #486EDD
Black with #486EDD
Text Example
Text Example
White with #486EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EDD; }
p { color: rgb(72,110,221); }
H1.HeaderClassName
{
color: #486EDD;
}
.AnyTagClassName
{
color: #486EDD;
}
</style>
background-color css
<style>
a { background-color: #486EDD; }
a { background-color: rgb(72,110,221); }
div.DivClassName
{
background-color: #486EDD;
}
.BgClassName
{
background-color: #486EDD;
}
</style>
border-color css
<style>
span { border-color: #486EDD; }
span { border-color: rgb(72,110,221); }
td.TdClassName
{
border-color: #486EDD;
}
.TagClassName
{
border-color: #486EDD;
}
</style>