Shades of Royal Blue #486EFB
Tints of Royal Blue #486EFB
RGB
CMYK
RGB Variations
Color information
#486EFB (or 0x486EFB) is known color: Royal Blue. HEX triplet: 48, 6E and FB. RGB value is (72,110,251). Sum of RGB (Red+Green+Blue) = 72+110+251=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #486EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EFB is #B79104. Grayscale: #727272. Windows color (decimal): -12030213 or 16477768. OLE color: 16477768.
HSL color Cylindrical-coordinate representation of color #486EFB: hue angle of 227.26º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486EFB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 110 | 251 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.02 |
| HSL | 227.26º | 0.96% | 0.63% | - |
| HSV(B) | 227.26º | 0.71% | 0.98% | - |
| XYZ | 25.66 | 19.49 | 93.68 | - |
| YUV | 114.71 | 204.91 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 251 | 0.71 | 0.56 | 0 | 0.02 | 227.26 | 0.96 | 0.63 |
| Hex | 48 | 6E | FB | 47 | 38 | 0 | 2 | E3 | 60 | 3F |
| Octal | 110 | 156 | 373 | 107 | 70 | 0 | 2 | 343 | 140 | 77 |
| Binary | 1001000 | 1101110 | 11111011 | 1000111 | 111000 | 0 | 10 | 11100011 | 1100000 | 111111 |
Color Harmonies of #486EFB
Complementary color
Monochromatic Colors of #486EFB
Black with #486EFB
Text Example
Text Example
White with #486EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EFB; }
p { color: rgb(72,110,251); }
H1.HeaderClassName
{
color: #486EFB;
}
.AnyTagClassName
{
color: #486EFB;
}
</style>
background-color css
<style>
a { background-color: #486EFB; }
a { background-color: rgb(72,110,251); }
div.DivClassName
{
background-color: #486EFB;
}
.BgClassName
{
background-color: #486EFB;
}
</style>
border-color css
<style>
span { border-color: #486EFB; }
span { border-color: rgb(72,110,251); }
td.TdClassName
{
border-color: #486EFB;
}
.TagClassName
{
border-color: #486EFB;
}
</style>