Shades of Royal Blue #486CDF
Tints of Royal Blue #486CDF
RGB
CMYK
RGB Variations
Color information
#486CDF (or 0x486CDF) is known color: Royal Blue. HEX triplet: 48, 6C and DF. RGB value is (72,108,223). Sum of RGB (Red+Green+Blue) = 72+108+223=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #486CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDF is #B79320. Grayscale: #6D6D6D. Windows color (decimal): -12030753 or 14642248. OLE color: 14642248.
HSL color Cylindrical-coordinate representation of color #486CDF: hue angle of 225.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486CDF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 108 | 223 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.13 |
| HSL | 225.7º | 0.7% | 0.58% | - |
| HSV(B) | 225.7º | 0.68% | 0.87% | - |
| XYZ | 21.35 | 17.43 | 72.05 | - |
| YUV | 110.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 223 | 0.68 | 0.52 | 0 | 0.13 | 225.7 | 0.7 | 0.58 |
| Hex | 48 | 6C | DF | 44 | 34 | 0 | D | E2 | 46 | 3A |
| Octal | 110 | 154 | 337 | 104 | 64 | 0 | 15 | 342 | 106 | 72 |
| Binary | 1001000 | 1101100 | 11011111 | 1000100 | 110100 | 0 | 1101 | 11100010 | 1000110 | 111010 |
Color Harmonies of #486CDF
Complementary color
Monochromatic Colors of #486CDF
Black with #486CDF
Text Example
Text Example
White with #486CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CDF; }
p { color: rgb(72,108,223); }
H1.HeaderClassName
{
color: #486CDF;
}
.AnyTagClassName
{
color: #486CDF;
}
</style>
background-color css
<style>
a { background-color: #486CDF; }
a { background-color: rgb(72,108,223); }
div.DivClassName
{
background-color: #486CDF;
}
.BgClassName
{
background-color: #486CDF;
}
</style>
border-color css
<style>
span { border-color: #486CDF; }
span { border-color: rgb(72,108,223); }
td.TdClassName
{
border-color: #486CDF;
}
.TagClassName
{
border-color: #486CDF;
}
</style>