Shades of Royal Blue #486BFE
Tints of Royal Blue #486BFE
RGB
CMYK
RGB Variations
Color information
#486BFE (or 0x486BFE) is known color: Royal Blue. HEX triplet: 48, 6B and FE. RGB value is (72,107,254). Sum of RGB (Red+Green+Blue) = 72+107+254=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #486BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BFE is #B79401. Grayscale: #707070. Windows color (decimal): -12030978 or 16673608. OLE color: 16673608.
HSL color Cylindrical-coordinate representation of color #486BFE: hue angle of 228.46º 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 #486BFE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 107 | 254 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.00 |
| HSL | 228.46º | 0.99% | 0.64% | - |
| HSV(B) | 228.46º | 0.72% | 1% | - |
| XYZ | 25.82 | 19.05 | 96.08 | - |
| YUV | 113.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 254 | 0.72 | 0.58 | 0 | 0.00 | 228.46 | 0.99 | 0.64 |
| Hex | 48 | 6B | FE | 48 | 3A | 0 | 0 | E4 | 63 | 40 |
| Octal | 110 | 153 | 376 | 110 | 72 | 0 | 0 | 344 | 143 | 100 |
| Binary | 1001000 | 1101011 | 11111110 | 1001000 | 111010 | 0 | 0 | 11100100 | 1100011 | 1000000 |
Color Harmonies of #486BFE
Complementary color
Monochromatic Colors of #486BFE
Black with #486BFE
Text Example
Text Example
White with #486BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BFE; }
p { color: rgb(72,107,254); }
H1.HeaderClassName
{
color: #486BFE;
}
.AnyTagClassName
{
color: #486BFE;
}
</style>
background-color css
<style>
a { background-color: #486BFE; }
a { background-color: rgb(72,107,254); }
div.DivClassName
{
background-color: #486BFE;
}
.BgClassName
{
background-color: #486BFE;
}
</style>
border-color css
<style>
span { border-color: #486BFE; }
span { border-color: rgb(72,107,254); }
td.TdClassName
{
border-color: #486BFE;
}
.TagClassName
{
border-color: #486BFE;
}
</style>