Shades of Royal Blue #486FD0
Tints of Royal Blue #486FD0
RGB
CMYK
RGB Variations
Color information
#486FD0 (or 0x486FD0) is known color: Royal Blue. HEX triplet: 48, 6F and D0. RGB value is (72,111,208). Sum of RGB (Red+Green+Blue) = 72+111+208=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #486FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FD0 is #B7902F. Grayscale: #6D6D6D. Windows color (decimal): -12030000 or 13659976. OLE color: 13659976.
HSL color Cylindrical-coordinate representation of color #486FD0: hue angle of 222.79º 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 #486FD0 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 111 | 208 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.18 |
| HSL | 222.79º | 0.59% | 0.55% | - |
| HSV(B) | 222.79º | 0.65% | 0.82% | - |
| XYZ | 19.74 | 17.3 | 61.97 | - |
| YUV | 110.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 208 | 0.65 | 0.47 | 0 | 0.18 | 222.79 | 0.59 | 0.55 |
| Hex | 48 | 6F | D0 | 41 | 2F | 0 | 12 | DF | 3B | 37 |
| Octal | 110 | 157 | 320 | 101 | 57 | 0 | 22 | 337 | 73 | 67 |
| Binary | 1001000 | 1101111 | 11010000 | 1000001 | 101111 | 0 | 10010 | 11011111 | 111011 | 110111 |
Color Harmonies of #486FD0
Complementary color
Monochromatic Colors of #486FD0
Black with #486FD0
Text Example
Text Example
White with #486FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FD0; }
p { color: rgb(72,111,208); }
H1.HeaderClassName
{
color: #486FD0;
}
.AnyTagClassName
{
color: #486FD0;
}
</style>
background-color css
<style>
a { background-color: #486FD0; }
a { background-color: rgb(72,111,208); }
div.DivClassName
{
background-color: #486FD0;
}
.BgClassName
{
background-color: #486FD0;
}
</style>
border-color css
<style>
span { border-color: #486FD0; }
span { border-color: rgb(72,111,208); }
td.TdClassName
{
border-color: #486FD0;
}
.TagClassName
{
border-color: #486FD0;
}
</style>