Shades of Royal Blue #486EFD
Tints of Royal Blue #486EFD
RGB
CMYK
RGB Variations
Color information
#486EFD (or 0x486EFD) is known color: Royal Blue. HEX triplet: 48, 6E and FD. RGB value is (72,110,253). Sum of RGB (Red+Green+Blue) = 72+110+253=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #486EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EFD is #B79102. Grayscale: #727272. Windows color (decimal): -12030211 or 16608840. OLE color: 16608840.
HSL color Cylindrical-coordinate representation of color #486EFD: hue angle of 227.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #486EFD is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 110 | 253 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.01 |
| HSL | 227.4º | 0.98% | 0.64% | - |
| HSV(B) | 227.4º | 0.72% | 0.99% | - |
| XYZ | 25.98 | 19.62 | 95.35 | - |
| YUV | 114.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 253 | 0.72 | 0.57 | 0 | 0.01 | 227.4 | 0.98 | 0.64 |
| Hex | 48 | 6E | FD | 48 | 39 | 0 | 1 | E3 | 62 | 40 |
| Octal | 110 | 156 | 375 | 110 | 71 | 0 | 1 | 343 | 142 | 100 |
| Binary | 1001000 | 1101110 | 11111101 | 1001000 | 111001 | 0 | 1 | 11100011 | 1100010 | 1000000 |
Color Harmonies of #486EFD
Complementary color
Monochromatic Colors of #486EFD
Black with #486EFD
Text Example
Text Example
White with #486EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EFD; }
p { color: rgb(72,110,253); }
H1.HeaderClassName
{
color: #486EFD;
}
.AnyTagClassName
{
color: #486EFD;
}
</style>
background-color css
<style>
a { background-color: #486EFD; }
a { background-color: rgb(72,110,253); }
div.DivClassName
{
background-color: #486EFD;
}
.BgClassName
{
background-color: #486EFD;
}
</style>
border-color css
<style>
span { border-color: #486EFD; }
span { border-color: rgb(72,110,253); }
td.TdClassName
{
border-color: #486EFD;
}
.TagClassName
{
border-color: #486EFD;
}
</style>