Shades of Royal Blue #486FDF
Tints of Royal Blue #486FDF
RGB
CMYK
RGB Variations
Color information
#486FDF (or 0x486FDF) is known color: Royal Blue. HEX triplet: 48, 6F and DF. RGB value is (72,111,223). Sum of RGB (Red+Green+Blue) = 72+111+223=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #486FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FDF is #B79020. Grayscale: #6F6F6F. Windows color (decimal): -12029985 or 14643016. OLE color: 14643016.
HSL color Cylindrical-coordinate representation of color #486FDF: hue angle of 224.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486FDF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 111 | 223 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.13 |
| HSL | 224.5º | 0.7% | 0.58% | - |
| HSV(B) | 224.5º | 0.68% | 0.87% | - |
| XYZ | 21.68 | 18.07 | 72.16 | - |
| YUV | 112.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 223 | 0.68 | 0.50 | 0 | 0.13 | 224.5 | 0.7 | 0.58 |
| Hex | 48 | 6F | DF | 44 | 32 | 0 | D | E1 | 46 | 3A |
| Octal | 110 | 157 | 337 | 104 | 62 | 0 | 15 | 341 | 106 | 72 |
| Binary | 1001000 | 1101111 | 11011111 | 1000100 | 110010 | 0 | 1101 | 11100001 | 1000110 | 111010 |
Color Harmonies of #486FDF
Complementary color
Monochromatic Colors of #486FDF
Black with #486FDF
Text Example
Text Example
White with #486FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FDF; }
p { color: rgb(72,111,223); }
H1.HeaderClassName
{
color: #486FDF;
}
.AnyTagClassName
{
color: #486FDF;
}
</style>
background-color css
<style>
a { background-color: #486FDF; }
a { background-color: rgb(72,111,223); }
div.DivClassName
{
background-color: #486FDF;
}
.BgClassName
{
background-color: #486FDF;
}
</style>
border-color css
<style>
span { border-color: #486FDF; }
span { border-color: rgb(72,111,223); }
td.TdClassName
{
border-color: #486FDF;
}
.TagClassName
{
border-color: #486FDF;
}
</style>