Shades of Royal Blue #486DDD
Tints of Royal Blue #486DDD
RGB
CMYK
RGB Variations
Color information
#486DDD (or 0x486DDD) is known color: Royal Blue. HEX triplet: 48, 6D and DD. RGB value is (72,109,221). Sum of RGB (Red+Green+Blue) = 72+109+221=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #486DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DDD is #B79222. Grayscale: #6E6E6E. Windows color (decimal): -12030499 or 14511432. OLE color: 14511432.
HSL color Cylindrical-coordinate representation of color #486DDD: hue angle of 225.1º 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 #486DDD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 109 | 221 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.13 |
| HSL | 225.1º | 0.69% | 0.57% | - |
| HSV(B) | 225.1º | 0.67% | 0.87% | - |
| XYZ | 21.19 | 17.54 | 70.67 | - |
| YUV | 110.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 221 | 0.67 | 0.51 | 0 | 0.13 | 225.1 | 0.69 | 0.57 |
| Hex | 48 | 6D | DD | 43 | 33 | 0 | D | E1 | 45 | 39 |
| Octal | 110 | 155 | 335 | 103 | 63 | 0 | 15 | 341 | 105 | 71 |
| Binary | 1001000 | 1101101 | 11011101 | 1000011 | 110011 | 0 | 1101 | 11100001 | 1000101 | 111001 |
Color Harmonies of #486DDD
Complementary color
Monochromatic Colors of #486DDD
Black with #486DDD
Text Example
Text Example
White with #486DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DDD; }
p { color: rgb(72,109,221); }
H1.HeaderClassName
{
color: #486DDD;
}
.AnyTagClassName
{
color: #486DDD;
}
</style>
background-color css
<style>
a { background-color: #486DDD; }
a { background-color: rgb(72,109,221); }
div.DivClassName
{
background-color: #486DDD;
}
.BgClassName
{
background-color: #486DDD;
}
</style>
border-color css
<style>
span { border-color: #486DDD; }
span { border-color: rgb(72,109,221); }
td.TdClassName
{
border-color: #486DDD;
}
.TagClassName
{
border-color: #486DDD;
}
</style>