Shades of Royal Blue #486BD5
Tints of Royal Blue #486BD5
RGB
CMYK
RGB Variations
Color information
#486BD5 (or 0x486BD5) is known color: Royal Blue. HEX triplet: 48, 6B and D5. RGB value is (72,107,213). Sum of RGB (Red+Green+Blue) = 72+107+213=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #486BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BD5 is #B7942A. Grayscale: #6C6C6C. Windows color (decimal): -12031019 or 13986632. OLE color: 13986632.
HSL color Cylindrical-coordinate representation of color #486BD5: hue angle of 225.11º 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 #486BD5 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 107 | 213 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.16 |
| HSL | 225.11º | 0.63% | 0.56% | - |
| HSV(B) | 225.11º | 0.66% | 0.84% | - |
| XYZ | 19.94 | 16.7 | 65.12 | - |
| YUV | 108.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 213 | 0.66 | 0.50 | 0 | 0.16 | 225.11 | 0.63 | 0.56 |
| Hex | 48 | 6B | D5 | 42 | 32 | 0 | 10 | E1 | 3F | 38 |
| Octal | 110 | 153 | 325 | 102 | 62 | 0 | 20 | 341 | 77 | 70 |
| Binary | 1001000 | 1101011 | 11010101 | 1000010 | 110010 | 0 | 10000 | 11100001 | 111111 | 111000 |
Color Harmonies of #486BD5
Complementary color
Monochromatic Colors of #486BD5
Black with #486BD5
Text Example
Text Example
White with #486BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BD5; }
p { color: rgb(72,107,213); }
H1.HeaderClassName
{
color: #486BD5;
}
.AnyTagClassName
{
color: #486BD5;
}
</style>
background-color css
<style>
a { background-color: #486BD5; }
a { background-color: rgb(72,107,213); }
div.DivClassName
{
background-color: #486BD5;
}
.BgClassName
{
background-color: #486BD5;
}
</style>
border-color css
<style>
span { border-color: #486BD5; }
span { border-color: rgb(72,107,213); }
td.TdClassName
{
border-color: #486BD5;
}
.TagClassName
{
border-color: #486BD5;
}
</style>