Shades of Royal Blue #486DDA
Tints of Royal Blue #486DDA
RGB
CMYK
RGB Variations
Color information
#486DDA (or 0x486DDA) is known color: Royal Blue. HEX triplet: 48, 6D and DA. RGB value is (72,109,218). Sum of RGB (Red+Green+Blue) = 72+109+218=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #486DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DDA is #B79225. Grayscale: #6D6D6D. Windows color (decimal): -12030502 or 14314824. OLE color: 14314824.
HSL color Cylindrical-coordinate representation of color #486DDA: hue angle of 224.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486DDA is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 109 | 218 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.15 |
| HSL | 224.79º | 0.66% | 0.57% | - |
| HSV(B) | 224.79º | 0.67% | 0.85% | - |
| XYZ | 20.8 | 17.38 | 68.59 | - |
| YUV | 110.36 | 188.74 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 218 | 0.67 | 0.5 | 0 | 0.15 | 224.79 | 0.66 | 0.57 |
| Hex | 48 | 6D | DA | 43 | 32 | 0 | F | E1 | 42 | 39 |
| Octal | 110 | 155 | 332 | 103 | 62 | 0 | 17 | 341 | 102 | 71 |
| Binary | 1001000 | 1101101 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100001 | 1000010 | 111001 |
Color Harmonies of #486DDA
Complementary color
Monochromatic Colors of #486DDA
Black with #486DDA
Text Example
Text Example
White with #486DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DDA; }
p { color: rgb(72,109,218); }
H1.HeaderClassName
{
color: #486DDA;
}
.AnyTagClassName
{
color: #486DDA;
}
</style>
background-color css
<style>
a { background-color: #486DDA; }
a { background-color: rgb(72,109,218); }
div.DivClassName
{
background-color: #486DDA;
}
.BgClassName
{
background-color: #486DDA;
}
</style>
border-color css
<style>
span { border-color: #486DDA; }
span { border-color: rgb(72,109,218); }
td.TdClassName
{
border-color: #486DDA;
}
.TagClassName
{
border-color: #486DDA;
}
</style>