Shades of Royal Blue #486CFB
Tints of Royal Blue #486CFB
RGB
CMYK
RGB Variations
Color information
#486CFB (or 0x486CFB) is known color: Royal Blue. HEX triplet: 48, 6C and FB. RGB value is (72,108,251). Sum of RGB (Red+Green+Blue) = 72+108+251=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #486CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CFB is #B79304. Grayscale: #707070. Windows color (decimal): -12030725 or 16477256. OLE color: 16477256.
HSL color Cylindrical-coordinate representation of color #486CFB: hue angle of 227.93º 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 #486CFB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 108 | 251 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.02 |
| HSL | 227.93º | 0.96% | 0.63% | - |
| HSV(B) | 227.93º | 0.71% | 0.98% | - |
| XYZ | 25.45 | 19.07 | 93.61 | - |
| YUV | 113.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 251 | 0.71 | 0.57 | 0 | 0.02 | 227.93 | 0.96 | 0.63 |
| Hex | 48 | 6C | FB | 47 | 39 | 0 | 2 | E4 | 60 | 3F |
| Octal | 110 | 154 | 373 | 107 | 71 | 0 | 2 | 344 | 140 | 77 |
| Binary | 1001000 | 1101100 | 11111011 | 1000111 | 111001 | 0 | 10 | 11100100 | 1100000 | 111111 |
Color Harmonies of #486CFB
Complementary color
Monochromatic Colors of #486CFB
Black with #486CFB
Text Example
Text Example
White with #486CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CFB; }
p { color: rgb(72,108,251); }
H1.HeaderClassName
{
color: #486CFB;
}
.AnyTagClassName
{
color: #486CFB;
}
</style>
background-color css
<style>
a { background-color: #486CFB; }
a { background-color: rgb(72,108,251); }
div.DivClassName
{
background-color: #486CFB;
}
.BgClassName
{
background-color: #486CFB;
}
</style>
border-color css
<style>
span { border-color: #486CFB; }
span { border-color: rgb(72,108,251); }
td.TdClassName
{
border-color: #486CFB;
}
.TagClassName
{
border-color: #486CFB;
}
</style>