Shades of Royal Blue #486CF3
Tints of Royal Blue #486CF3
RGB
CMYK
RGB Variations
Color information
#486CF3 (or 0x486CF3) is known color: Royal Blue. HEX triplet: 48, 6C and F3. RGB value is (72,108,243). Sum of RGB (Red+Green+Blue) = 72+108+243=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #486CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CF3 is #B7930C. Grayscale: #707070. Windows color (decimal): -12030733 or 15952968. OLE color: 15952968.
HSL color Cylindrical-coordinate representation of color #486CF3: hue angle of 227.37º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #486CF3 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 108 | 243 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.05 |
| HSL | 227.37º | 0.88% | 0.62% | - |
| HSV(B) | 227.37º | 0.7% | 0.95% | - |
| XYZ | 24.21 | 18.57 | 87.1 | - |
| YUV | 112.63 | 201.57 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 243 | 0.70 | 0.56 | 0 | 0.05 | 227.37 | 0.88 | 0.62 |
| Hex | 48 | 6C | F3 | 46 | 38 | 0 | 5 | E3 | 58 | 3E |
| Octal | 110 | 154 | 363 | 106 | 70 | 0 | 5 | 343 | 130 | 76 |
| Binary | 1001000 | 1101100 | 11110011 | 1000110 | 111000 | 0 | 101 | 11100011 | 1011000 | 111110 |
Color Harmonies of #486CF3
Complementary color
Monochromatic Colors of #486CF3
Black with #486CF3
Text Example
Text Example
White with #486CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CF3; }
p { color: rgb(72,108,243); }
H1.HeaderClassName
{
color: #486CF3;
}
.AnyTagClassName
{
color: #486CF3;
}
</style>
background-color css
<style>
a { background-color: #486CF3; }
a { background-color: rgb(72,108,243); }
div.DivClassName
{
background-color: #486CF3;
}
.BgClassName
{
background-color: #486CF3;
}
</style>
border-color css
<style>
span { border-color: #486CF3; }
span { border-color: rgb(72,108,243); }
td.TdClassName
{
border-color: #486CF3;
}
.TagClassName
{
border-color: #486CF3;
}
</style>