Shades of Royal Blue #486BD0
Tints of Royal Blue #486BD0
RGB
CMYK
RGB Variations
Color information
#486BD0 (or 0x486BD0) is known color: Royal Blue. HEX triplet: 48, 6B and D0. RGB value is (72,107,208). Sum of RGB (Red+Green+Blue) = 72+107+208=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #486BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BD0 is #B7942F. Grayscale: #6B6B6B. Windows color (decimal): -12031024 or 13658952. OLE color: 13658952.
HSL color Cylindrical-coordinate representation of color #486BD0: hue angle of 224.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486BD0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 107 | 208 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.18 |
| HSL | 224.56º | 0.59% | 0.55% | - |
| HSV(B) | 224.56º | 0.65% | 0.82% | - |
| XYZ | 19.32 | 16.45 | 61.83 | - |
| YUV | 108.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 208 | 0.65 | 0.49 | 0 | 0.18 | 224.56 | 0.59 | 0.55 |
| Hex | 48 | 6B | D0 | 41 | 31 | 0 | 12 | E1 | 3B | 37 |
| Octal | 110 | 153 | 320 | 101 | 61 | 0 | 22 | 341 | 73 | 67 |
| Binary | 1001000 | 1101011 | 11010000 | 1000001 | 110001 | 0 | 10010 | 11100001 | 111011 | 110111 |
Color Harmonies of #486BD0
Complementary color
Monochromatic Colors of #486BD0
Black with #486BD0
Text Example
Text Example
White with #486BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BD0; }
p { color: rgb(72,107,208); }
H1.HeaderClassName
{
color: #486BD0;
}
.AnyTagClassName
{
color: #486BD0;
}
</style>
background-color css
<style>
a { background-color: #486BD0; }
a { background-color: rgb(72,107,208); }
div.DivClassName
{
background-color: #486BD0;
}
.BgClassName
{
background-color: #486BD0;
}
</style>
border-color css
<style>
span { border-color: #486BD0; }
span { border-color: rgb(72,107,208); }
td.TdClassName
{
border-color: #486BD0;
}
.TagClassName
{
border-color: #486BD0;
}
</style>