Shades of Royal Blue #486FD2
Tints of Royal Blue #486FD2
RGB
CMYK
RGB Variations
Color information
#486FD2 (or 0x486FD2) is known color: Royal Blue. HEX triplet: 48, 6F and D2. RGB value is (72,111,210). Sum of RGB (Red+Green+Blue) = 72+111+210=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #486FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FD2 is #B7902D. Grayscale: #6E6E6E. Windows color (decimal): -12029998 or 13791048. OLE color: 13791048.
HSL color Cylindrical-coordinate representation of color #486FD2: hue angle of 223.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486FD2 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 111 | 210 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.18 |
| HSL | 223.04º | 0.61% | 0.55% | - |
| HSV(B) | 223.04º | 0.66% | 0.82% | - |
| XYZ | 19.99 | 17.4 | 63.28 | - |
| YUV | 110.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 210 | 0.66 | 0.47 | 0 | 0.18 | 223.04 | 0.61 | 0.55 |
| Hex | 48 | 6F | D2 | 42 | 2F | 0 | 12 | DF | 3D | 37 |
| Octal | 110 | 157 | 322 | 102 | 57 | 0 | 22 | 337 | 75 | 67 |
| Binary | 1001000 | 1101111 | 11010010 | 1000010 | 101111 | 0 | 10010 | 11011111 | 111101 | 110111 |
Color Harmonies of #486FD2
Complementary color
Monochromatic Colors of #486FD2
Black with #486FD2
Text Example
Text Example
White with #486FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FD2; }
p { color: rgb(72,111,210); }
H1.HeaderClassName
{
color: #486FD2;
}
.AnyTagClassName
{
color: #486FD2;
}
</style>
background-color css
<style>
a { background-color: #486FD2; }
a { background-color: rgb(72,111,210); }
div.DivClassName
{
background-color: #486FD2;
}
.BgClassName
{
background-color: #486FD2;
}
</style>
border-color css
<style>
span { border-color: #486FD2; }
span { border-color: rgb(72,111,210); }
td.TdClassName
{
border-color: #486FD2;
}
.TagClassName
{
border-color: #486FD2;
}
</style>