Shades of Royal Blue #486AFB
Tints of Royal Blue #486AFB
RGB
CMYK
RGB Variations
Color information
#486AFB (or 0x486AFB) is known color: Royal Blue. HEX triplet: 48, 6A and FB. RGB value is (72,106,251). Sum of RGB (Red+Green+Blue) = 72+106+251=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #486AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486AFB is #B79504. Grayscale: #6F6F6F. Windows color (decimal): -12031237 or 16476744. OLE color: 16476744.
HSL color Cylindrical-coordinate representation of color #486AFB: hue angle of 228.6º 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 #486AFB is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 106 | 251 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.02 |
| HSL | 228.6º | 0.96% | 0.63% | - |
| HSV(B) | 228.6º | 0.71% | 0.98% | - |
| XYZ | 25.24 | 18.65 | 93.54 | - |
| YUV | 112.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 251 | 0.71 | 0.58 | 0 | 0.02 | 228.6 | 0.96 | 0.63 |
| Hex | 48 | 6A | FB | 47 | 3A | 0 | 2 | E5 | 60 | 3F |
| Octal | 110 | 152 | 373 | 107 | 72 | 0 | 2 | 345 | 140 | 77 |
| Binary | 1001000 | 1101010 | 11111011 | 1000111 | 111010 | 0 | 10 | 11100101 | 1100000 | 111111 |
Color Harmonies of #486AFB
Complementary color
Monochromatic Colors of #486AFB
Black with #486AFB
Text Example
Text Example
White with #486AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AFB; }
p { color: rgb(72,106,251); }
H1.HeaderClassName
{
color: #486AFB;
}
.AnyTagClassName
{
color: #486AFB;
}
</style>
background-color css
<style>
a { background-color: #486AFB; }
a { background-color: rgb(72,106,251); }
div.DivClassName
{
background-color: #486AFB;
}
.BgClassName
{
background-color: #486AFB;
}
</style>
border-color css
<style>
span { border-color: #486AFB; }
span { border-color: rgb(72,106,251); }
td.TdClassName
{
border-color: #486AFB;
}
.TagClassName
{
border-color: #486AFB;
}
</style>