Shades of Royal Blue #486FF0
Tints of Royal Blue #486FF0
RGB
CMYK
RGB Variations
Color information
#486FF0 (or 0x486FF0) is known color: Royal Blue. HEX triplet: 48, 6F and F0. RGB value is (72,111,240). Sum of RGB (Red+Green+Blue) = 72+111+240=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #486FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FF0 is #B7900F. Grayscale: #717171. Windows color (decimal): -12029968 or 15757128. OLE color: 15757128.
HSL color Cylindrical-coordinate representation of color #486FF0: hue angle of 226.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486FF0 is Cyan = 0.7, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 111 | 240 | - |
| CMYK | 0.7 | 0.54 | 0 | 0.06 |
| HSL | 226.07º | 0.85% | 0.61% | - |
| HSV(B) | 226.07º | 0.7% | 0.94% | - |
| XYZ | 24.09 | 19.04 | 84.84 | - |
| YUV | 114.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 240 | 0.7 | 0.54 | 0 | 0.06 | 226.07 | 0.85 | 0.61 |
| Hex | 48 | 6F | F0 | 46 | 36 | 0 | 6 | E2 | 55 | 3D |
| Octal | 110 | 157 | 360 | 106 | 66 | 0 | 6 | 342 | 125 | 75 |
| Binary | 1001000 | 1101111 | 11110000 | 1000110 | 110110 | 0 | 110 | 11100010 | 1010101 | 111101 |
Color Harmonies of #486FF0
Complementary color
Monochromatic Colors of #486FF0
Black with #486FF0
Text Example
Text Example
White with #486FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FF0; }
p { color: rgb(72,111,240); }
H1.HeaderClassName
{
color: #486FF0;
}
.AnyTagClassName
{
color: #486FF0;
}
</style>
background-color css
<style>
a { background-color: #486FF0; }
a { background-color: rgb(72,111,240); }
div.DivClassName
{
background-color: #486FF0;
}
.BgClassName
{
background-color: #486FF0;
}
</style>
border-color css
<style>
span { border-color: #486FF0; }
span { border-color: rgb(72,111,240); }
td.TdClassName
{
border-color: #486FF0;
}
.TagClassName
{
border-color: #486FF0;
}
</style>