Shades of Royal Blue #486FDC
Tints of Royal Blue #486FDC
RGB
CMYK
RGB Variations
Color information
#486FDC (or 0x486FDC) is known color: Royal Blue. HEX triplet: 48, 6F and DC. RGB value is (72,111,220). Sum of RGB (Red+Green+Blue) = 72+111+220=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #486FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FDC is #B79023. Grayscale: #6F6F6F. Windows color (decimal): -12029988 or 14446408. OLE color: 14446408.
HSL color Cylindrical-coordinate representation of color #486FDC: hue angle of 224.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486FDC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 111 | 220 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.14 |
| HSL | 224.19º | 0.68% | 0.57% | - |
| HSV(B) | 224.19º | 0.67% | 0.86% | - |
| XYZ | 21.28 | 17.91 | 70.05 | - |
| YUV | 111.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 220 | 0.67 | 0.50 | 0 | 0.14 | 224.19 | 0.68 | 0.57 |
| Hex | 48 | 6F | DC | 43 | 32 | 0 | E | E0 | 44 | 39 |
| Octal | 110 | 157 | 334 | 103 | 62 | 0 | 16 | 340 | 104 | 71 |
| Binary | 1001000 | 1101111 | 11011100 | 1000011 | 110010 | 0 | 1110 | 11100000 | 1000100 | 111001 |
Color Harmonies of #486FDC
Complementary color
Monochromatic Colors of #486FDC
Black with #486FDC
Text Example
Text Example
White with #486FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FDC; }
p { color: rgb(72,111,220); }
H1.HeaderClassName
{
color: #486FDC;
}
.AnyTagClassName
{
color: #486FDC;
}
</style>
background-color css
<style>
a { background-color: #486FDC; }
a { background-color: rgb(72,111,220); }
div.DivClassName
{
background-color: #486FDC;
}
.BgClassName
{
background-color: #486FDC;
}
</style>
border-color css
<style>
span { border-color: #486FDC; }
span { border-color: rgb(72,111,220); }
td.TdClassName
{
border-color: #486FDC;
}
.TagClassName
{
border-color: #486FDC;
}
</style>