Shades of Royal Blue #486FFE
Tints of Royal Blue #486FFE
RGB
CMYK
RGB Variations
Color information
#486FFE (or 0x486FFE) is known color: Royal Blue. HEX triplet: 48, 6F and FE. RGB value is (72,111,254). Sum of RGB (Red+Green+Blue) = 72+111+254=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #486FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FFE is #B79001. Grayscale: #737373. Windows color (decimal): -12029954 or 16674632. OLE color: 16674632.
HSL color Cylindrical-coordinate representation of color #486FFE: hue angle of 227.14º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #486FFE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 111 | 254 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.00 |
| HSL | 227.14º | 0.99% | 0.64% | - |
| HSV(B) | 227.14º | 0.72% | 1% | - |
| XYZ | 26.25 | 19.9 | 96.22 | - |
| YUV | 115.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 254 | 0.72 | 0.56 | 0 | 0.00 | 227.14 | 0.99 | 0.64 |
| Hex | 48 | 6F | FE | 48 | 38 | 0 | 0 | E3 | 63 | 40 |
| Octal | 110 | 157 | 376 | 110 | 70 | 0 | 0 | 343 | 143 | 100 |
| Binary | 1001000 | 1101111 | 11111110 | 1001000 | 111000 | 0 | 0 | 11100011 | 1100011 | 1000000 |
Color Harmonies of #486FFE
Complementary color
Monochromatic Colors of #486FFE
Black with #486FFE
Text Example
Text Example
White with #486FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FFE; }
p { color: rgb(72,111,254); }
H1.HeaderClassName
{
color: #486FFE;
}
.AnyTagClassName
{
color: #486FFE;
}
</style>
background-color css
<style>
a { background-color: #486FFE; }
a { background-color: rgb(72,111,254); }
div.DivClassName
{
background-color: #486FFE;
}
.BgClassName
{
background-color: #486FFE;
}
</style>
border-color css
<style>
span { border-color: #486FFE; }
span { border-color: rgb(72,111,254); }
td.TdClassName
{
border-color: #486FFE;
}
.TagClassName
{
border-color: #486FFE;
}
</style>