Shades of Royal Blue #486DD5
Tints of Royal Blue #486DD5
RGB
CMYK
RGB Variations
Color information
#486DD5 (or 0x486DD5) is known color: Royal Blue. HEX triplet: 48, 6D and D5. RGB value is (72,109,213). Sum of RGB (Red+Green+Blue) = 72+109+213=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #486DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DD5 is #B7922A. Grayscale: #6D6D6D. Windows color (decimal): -12030507 or 13987144. OLE color: 13987144.
HSL color Cylindrical-coordinate representation of color #486DD5: hue angle of 224.26º 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 #486DD5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 109 | 213 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.16 |
| HSL | 224.26º | 0.63% | 0.56% | - |
| HSV(B) | 224.26º | 0.66% | 0.84% | - |
| XYZ | 20.15 | 17.12 | 65.19 | - |
| YUV | 109.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 213 | 0.66 | 0.49 | 0 | 0.16 | 224.26 | 0.63 | 0.56 |
| Hex | 48 | 6D | D5 | 42 | 31 | 0 | 10 | E0 | 3F | 38 |
| Octal | 110 | 155 | 325 | 102 | 61 | 0 | 20 | 340 | 77 | 70 |
| Binary | 1001000 | 1101101 | 11010101 | 1000010 | 110001 | 0 | 10000 | 11100000 | 111111 | 111000 |
Color Harmonies of #486DD5
Complementary color
Monochromatic Colors of #486DD5
Black with #486DD5
Text Example
Text Example
White with #486DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DD5; }
p { color: rgb(72,109,213); }
H1.HeaderClassName
{
color: #486DD5;
}
.AnyTagClassName
{
color: #486DD5;
}
</style>
background-color css
<style>
a { background-color: #486DD5; }
a { background-color: rgb(72,109,213); }
div.DivClassName
{
background-color: #486DD5;
}
.BgClassName
{
background-color: #486DD5;
}
</style>
border-color css
<style>
span { border-color: #486DD5; }
span { border-color: rgb(72,109,213); }
td.TdClassName
{
border-color: #486DD5;
}
.TagClassName
{
border-color: #486DD5;
}
</style>