Shades of Royal Blue #486ECF
Tints of Royal Blue #486ECF
RGB
CMYK
RGB Variations
Color information
#486ECF (or 0x486ECF) is known color: Royal Blue. HEX triplet: 48, 6E and CF. RGB value is (72,110,207). Sum of RGB (Red+Green+Blue) = 72+110+207=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #486ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ECF is #B79130. Grayscale: #6D6D6D. Windows color (decimal): -12030257 or 13594184. OLE color: 13594184.
HSL color Cylindrical-coordinate representation of color #486ECF: hue angle of 223.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ECF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 110 | 207 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.19 |
| HSL | 223.11º | 0.58% | 0.55% | - |
| HSV(B) | 223.11º | 0.65% | 0.81% | - |
| XYZ | 19.51 | 17.03 | 61.29 | - |
| YUV | 109.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 207 | 0.65 | 0.47 | 0 | 0.19 | 223.11 | 0.58 | 0.55 |
| Hex | 48 | 6E | CF | 41 | 2F | 0 | 13 | DF | 3A | 37 |
| Octal | 110 | 156 | 317 | 101 | 57 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001000 | 1101110 | 11001111 | 1000001 | 101111 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #486ECF
Complementary color
Monochromatic Colors of #486ECF
Black with #486ECF
Text Example
Text Example
White with #486ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486ECF; }
p { color: rgb(72,110,207); }
H1.HeaderClassName
{
color: #486ECF;
}
.AnyTagClassName
{
color: #486ECF;
}
</style>
background-color css
<style>
a { background-color: #486ECF; }
a { background-color: rgb(72,110,207); }
div.DivClassName
{
background-color: #486ECF;
}
.BgClassName
{
background-color: #486ECF;
}
</style>
border-color css
<style>
span { border-color: #486ECF; }
span { border-color: rgb(72,110,207); }
td.TdClassName
{
border-color: #486ECF;
}
.TagClassName
{
border-color: #486ECF;
}
</style>