Shades of Royal Blue #486BDC
Tints of Royal Blue #486BDC
RGB
CMYK
RGB Variations
Color information
#486BDC (or 0x486BDC) is known color: Royal Blue. HEX triplet: 48, 6B and DC. RGB value is (72,107,220). Sum of RGB (Red+Green+Blue) = 72+107+220=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #486BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BDC is #B79423. Grayscale: #6C6C6C. Windows color (decimal): -12031012 or 14445384. OLE color: 14445384.
HSL color Cylindrical-coordinate representation of color #486BDC: hue angle of 225.81º 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 #486BDC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 107 | 220 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.14 |
| HSL | 225.81º | 0.68% | 0.57% | - |
| HSV(B) | 225.81º | 0.67% | 0.86% | - |
| XYZ | 20.85 | 17.06 | 69.9 | - |
| YUV | 109.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 220 | 0.67 | 0.51 | 0 | 0.14 | 225.81 | 0.68 | 0.57 |
| Hex | 48 | 6B | DC | 43 | 33 | 0 | E | E2 | 44 | 39 |
| Octal | 110 | 153 | 334 | 103 | 63 | 0 | 16 | 342 | 104 | 71 |
| Binary | 1001000 | 1101011 | 11011100 | 1000011 | 110011 | 0 | 1110 | 11100010 | 1000100 | 111001 |
Color Harmonies of #486BDC
Complementary color
Monochromatic Colors of #486BDC
Black with #486BDC
Text Example
Text Example
White with #486BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BDC; }
p { color: rgb(72,107,220); }
H1.HeaderClassName
{
color: #486BDC;
}
.AnyTagClassName
{
color: #486BDC;
}
</style>
background-color css
<style>
a { background-color: #486BDC; }
a { background-color: rgb(72,107,220); }
div.DivClassName
{
background-color: #486BDC;
}
.BgClassName
{
background-color: #486BDC;
}
</style>
border-color css
<style>
span { border-color: #486BDC; }
span { border-color: rgb(72,107,220); }
td.TdClassName
{
border-color: #486BDC;
}
.TagClassName
{
border-color: #486BDC;
}
</style>