Shades of Royal Blue #486CF8
Tints of Royal Blue #486CF8
RGB
CMYK
RGB Variations
Color information
#486CF8 (or 0x486CF8) is known color: Royal Blue. HEX triplet: 48, 6C and F8. RGB value is (72,108,248). Sum of RGB (Red+Green+Blue) = 72+108+248=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #486CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CF8 is #B79307. Grayscale: #707070. Windows color (decimal): -12030728 or 16280648. OLE color: 16280648.
HSL color Cylindrical-coordinate representation of color #486CF8: hue angle of 227.73º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486CF8 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 72 | 108 | 248 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.03 |
| HSL | 227.73º | 0.93% | 0.63% | - |
| HSV(B) | 227.73º | 0.71% | 0.97% | - |
| XYZ | 24.98 | 18.88 | 91.13 | - |
| YUV | 113.2 | 204.07 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 248 | 0.71 | 0.56 | 0 | 0.03 | 227.73 | 0.93 | 0.63 |
| Hex | 48 | 6C | F8 | 47 | 38 | 0 | 3 | E4 | 5D | 3F |
| Octal | 110 | 154 | 370 | 107 | 70 | 0 | 3 | 344 | 135 | 77 |
| Binary | 1001000 | 1101100 | 11111000 | 1000111 | 111000 | 0 | 11 | 11100100 | 1011101 | 111111 |
Color Harmonies of #486CF8
Complementary color
Monochromatic Colors of #486CF8
Black with #486CF8
Text Example
Text Example
White with #486CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CF8; }
p { color: rgb(72,108,248); }
H1.HeaderClassName
{
color: #486CF8;
}
.AnyTagClassName
{
color: #486CF8;
}
</style>
background-color css
<style>
a { background-color: #486CF8; }
a { background-color: rgb(72,108,248); }
div.DivClassName
{
background-color: #486CF8;
}
.BgClassName
{
background-color: #486CF8;
}
</style>
border-color css
<style>
span { border-color: #486CF8; }
span { border-color: rgb(72,108,248); }
td.TdClassName
{
border-color: #486CF8;
}
.TagClassName
{
border-color: #486CF8;
}
</style>