Shades of Royal Blue #486DCD
Tints of Royal Blue #486DCD
RGB
CMYK
RGB Variations
Color information
#486DCD (or 0x486DCD) is known color: Royal Blue. HEX triplet: 48, 6D and CD. RGB value is (72,109,205). Sum of RGB (Red+Green+Blue) = 72+109+205=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #486DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DCD is #B79232. Grayscale: #6C6C6C. Windows color (decimal): -12030515 or 13462856. OLE color: 13462856.
HSL color Cylindrical-coordinate representation of color #486DCD: hue angle of 223.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486DCD is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 109 | 205 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.20 |
| HSL | 223.31º | 0.57% | 0.54% | - |
| HSV(B) | 223.31º | 0.65% | 0.8% | - |
| XYZ | 19.16 | 16.72 | 59.98 | - |
| YUV | 108.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 205 | 0.65 | 0.47 | 0 | 0.20 | 223.31 | 0.57 | 0.54 |
| Hex | 48 | 6D | CD | 41 | 2F | 0 | 14 | DF | 39 | 36 |
| Octal | 110 | 155 | 315 | 101 | 57 | 0 | 24 | 337 | 71 | 66 |
| Binary | 1001000 | 1101101 | 11001101 | 1000001 | 101111 | 0 | 10100 | 11011111 | 111001 | 110110 |
Color Harmonies of #486DCD
Complementary color
Monochromatic Colors of #486DCD
Black with #486DCD
Text Example
Text Example
White with #486DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DCD; }
p { color: rgb(72,109,205); }
H1.HeaderClassName
{
color: #486DCD;
}
.AnyTagClassName
{
color: #486DCD;
}
</style>
background-color css
<style>
a { background-color: #486DCD; }
a { background-color: rgb(72,109,205); }
div.DivClassName
{
background-color: #486DCD;
}
.BgClassName
{
background-color: #486DCD;
}
</style>
border-color css
<style>
span { border-color: #486DCD; }
span { border-color: rgb(72,109,205); }
td.TdClassName
{
border-color: #486DCD;
}
.TagClassName
{
border-color: #486DCD;
}
</style>