Shades of Royal Blue #486BEB
Tints of Royal Blue #486BEB
RGB
CMYK
RGB Variations
Color information
#486BEB (or 0x486BEB) is known color: Royal Blue. HEX triplet: 48, 6B and EB. RGB value is (72,107,235). Sum of RGB (Red+Green+Blue) = 72+107+235=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #486BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BEB is #B79414. Grayscale: #6E6E6E. Windows color (decimal): -12030997 or 15428424. OLE color: 15428424.
HSL color Cylindrical-coordinate representation of color #486BEB: hue angle of 227.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486BEB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 107 | 235 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.08 |
| HSL | 227.12º | 0.8% | 0.6% | - |
| HSV(B) | 227.12º | 0.69% | 0.92% | - |
| XYZ | 22.93 | 17.89 | 80.84 | - |
| YUV | 111.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 235 | 0.69 | 0.54 | 0 | 0.08 | 227.12 | 0.8 | 0.6 |
| Hex | 48 | 6B | EB | 45 | 36 | 0 | 8 | E3 | 50 | 3C |
| Octal | 110 | 153 | 353 | 105 | 66 | 0 | 10 | 343 | 120 | 74 |
| Binary | 1001000 | 1101011 | 11101011 | 1000101 | 110110 | 0 | 1000 | 11100011 | 1010000 | 111100 |
Color Harmonies of #486BEB
Complementary color
Monochromatic Colors of #486BEB
Black with #486BEB
Text Example
Text Example
White with #486BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BEB; }
p { color: rgb(72,107,235); }
H1.HeaderClassName
{
color: #486BEB;
}
.AnyTagClassName
{
color: #486BEB;
}
</style>
background-color css
<style>
a { background-color: #486BEB; }
a { background-color: rgb(72,107,235); }
div.DivClassName
{
background-color: #486BEB;
}
.BgClassName
{
background-color: #486BEB;
}
</style>
border-color css
<style>
span { border-color: #486BEB; }
span { border-color: rgb(72,107,235); }
td.TdClassName
{
border-color: #486BEB;
}
.TagClassName
{
border-color: #486BEB;
}
</style>