Shades of Royal Blue #486DFF
Tints of Royal Blue #486DFF
RGB
CMYK
RGB Variations
Color information
#486DFF (or 0x486DFF) is known color: Royal Blue. HEX triplet: 48, 6D and FF. RGB value is (72,109,255). Sum of RGB (Red+Green+Blue) = 72+109+255=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #486DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486DFF is #B79200. Grayscale: #717171. Windows color (decimal): -12030465 or 16739656. OLE color: 16739656.
HSL color Cylindrical-coordinate representation of color #486DFF: hue angle of 227.87º 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 #486DFF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 109 | 255 | - |
| CMYK | 0.72 | 0.57 | 0 | 0 |
| HSL | 227.87º | 1% | 0.64% | - |
| HSV(B) | 227.87º | 0.72% | 1% | - |
| XYZ | 26.19 | 19.54 | 97 | - |
| YUV | 114.58 | 207.24 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 255 | 0.72 | 0.57 | 0 | 0 | 227.87 | 1 | 0.64 |
| Hex | 48 | 6D | FF | 48 | 39 | 0 | 0 | E4 | 64 | 40 |
| Octal | 110 | 155 | 377 | 110 | 71 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1001000 | 1101101 | 11111111 | 1001000 | 111001 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #486DFF
Complementary color
Monochromatic Colors of #486DFF
Black with #486DFF
Text Example
Text Example
White with #486DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DFF; }
p { color: rgb(72,109,255); }
H1.HeaderClassName
{
color: #486DFF;
}
.AnyTagClassName
{
color: #486DFF;
}
</style>
background-color css
<style>
a { background-color: #486DFF; }
a { background-color: rgb(72,109,255); }
div.DivClassName
{
background-color: #486DFF;
}
.BgClassName
{
background-color: #486DFF;
}
</style>
border-color css
<style>
span { border-color: #486DFF; }
span { border-color: rgb(72,109,255); }
td.TdClassName
{
border-color: #486DFF;
}
.TagClassName
{
border-color: #486DFF;
}
</style>