Shades of Royal Blue #486CFA
Tints of Royal Blue #486CFA
RGB
CMYK
RGB Variations
Color information
#486CFA (or 0x486CFA) is known color: Royal Blue. HEX triplet: 48, 6C and FA. RGB value is (72,108,250). Sum of RGB (Red+Green+Blue) = 72+108+250=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #486CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CFA is #B79305. Grayscale: #707070. Windows color (decimal): -12030726 or 16411720. OLE color: 16411720.
HSL color Cylindrical-coordinate representation of color #486CFA: hue angle of 227.87º degrees, saturation: 0.95, 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 #486CFA is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 108 | 250 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.02 |
| HSL | 227.87º | 0.95% | 0.63% | - |
| HSV(B) | 227.87º | 0.71% | 0.98% | - |
| XYZ | 25.29 | 19 | 92.78 | - |
| YUV | 113.42 | 205.07 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 250 | 0.71 | 0.57 | 0 | 0.02 | 227.87 | 0.95 | 0.63 |
| Hex | 48 | 6C | FA | 47 | 39 | 0 | 2 | E4 | 5F | 3F |
| Octal | 110 | 154 | 372 | 107 | 71 | 0 | 2 | 344 | 137 | 77 |
| Binary | 1001000 | 1101100 | 11111010 | 1000111 | 111001 | 0 | 10 | 11100100 | 1011111 | 111111 |
Color Harmonies of #486CFA
Complementary color
Monochromatic Colors of #486CFA
Black with #486CFA
Text Example
Text Example
White with #486CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CFA; }
p { color: rgb(72,108,250); }
H1.HeaderClassName
{
color: #486CFA;
}
.AnyTagClassName
{
color: #486CFA;
}
</style>
background-color css
<style>
a { background-color: #486CFA; }
a { background-color: rgb(72,108,250); }
div.DivClassName
{
background-color: #486CFA;
}
.BgClassName
{
background-color: #486CFA;
}
</style>
border-color css
<style>
span { border-color: #486CFA; }
span { border-color: rgb(72,108,250); }
td.TdClassName
{
border-color: #486CFA;
}
.TagClassName
{
border-color: #486CFA;
}
</style>