Shades of Royal Blue #486CFF
Tints of Royal Blue #486CFF
RGB
CMYK
RGB Variations
Color information
#486CFF (or 0x486CFF) is known color: Royal Blue. HEX triplet: 48, 6C and FF. RGB value is (72,108,255). Sum of RGB (Red+Green+Blue) = 72+108+255=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #486CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CFF is #B79300. Grayscale: #717171. Windows color (decimal): -12030721 or 16739400. OLE color: 16739400.
HSL color Cylindrical-coordinate representation of color #486CFF: hue angle of 228.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #486CFF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 108 | 255 | - |
| CMYK | 0.72 | 0.58 | 0 | 0 |
| HSL | 228.2º | 1% | 0.64% | - |
| HSV(B) | 228.2º | 0.72% | 1% | - |
| XYZ | 26.09 | 19.32 | 96.96 | - |
| YUV | 113.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 255 | 0.72 | 0.58 | 0 | 0 | 228.2 | 1 | 0.64 |
| Hex | 48 | 6C | FF | 48 | 3A | 0 | 0 | E4 | 64 | 40 |
| Octal | 110 | 154 | 377 | 110 | 72 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1001000 | 1101100 | 11111111 | 1001000 | 111010 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #486CFF
Complementary color
Monochromatic Colors of #486CFF
Black with #486CFF
Text Example
Text Example
White with #486CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CFF; }
p { color: rgb(72,108,255); }
H1.HeaderClassName
{
color: #486CFF;
}
.AnyTagClassName
{
color: #486CFF;
}
</style>
background-color css
<style>
a { background-color: #486CFF; }
a { background-color: rgb(72,108,255); }
div.DivClassName
{
background-color: #486CFF;
}
.BgClassName
{
background-color: #486CFF;
}
</style>
border-color css
<style>
span { border-color: #486CFF; }
span { border-color: rgb(72,108,255); }
td.TdClassName
{
border-color: #486CFF;
}
.TagClassName
{
border-color: #486CFF;
}
</style>