Shades of Royal Blue #486BCF
Tints of Royal Blue #486BCF
RGB
CMYK
RGB Variations
Color information
#486BCF (or 0x486BCF) is known color: Royal Blue. HEX triplet: 48, 6B and CF. RGB value is (72,107,207). Sum of RGB (Red+Green+Blue) = 72+107+207=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #486BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BCF is #B79430. Grayscale: #6B6B6B. Windows color (decimal): -12031025 or 13593416. OLE color: 13593416.
HSL color Cylindrical-coordinate representation of color #486BCF: hue angle of 224.44º 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 #486BCF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 107 | 207 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.19 |
| HSL | 224.44º | 0.58% | 0.55% | - |
| HSV(B) | 224.44º | 0.65% | 0.81% | - |
| XYZ | 19.19 | 16.4 | 61.19 | - |
| YUV | 107.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 207 | 0.65 | 0.48 | 0 | 0.19 | 224.44 | 0.58 | 0.55 |
| Hex | 48 | 6B | CF | 41 | 30 | 0 | 13 | E0 | 3A | 37 |
| Octal | 110 | 153 | 317 | 101 | 60 | 0 | 23 | 340 | 72 | 67 |
| Binary | 1001000 | 1101011 | 11001111 | 1000001 | 110000 | 0 | 10011 | 11100000 | 111010 | 110111 |
Color Harmonies of #486BCF
Complementary color
Monochromatic Colors of #486BCF
Black with #486BCF
Text Example
Text Example
White with #486BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BCF; }
p { color: rgb(72,107,207); }
H1.HeaderClassName
{
color: #486BCF;
}
.AnyTagClassName
{
color: #486BCF;
}
</style>
background-color css
<style>
a { background-color: #486BCF; }
a { background-color: rgb(72,107,207); }
div.DivClassName
{
background-color: #486BCF;
}
.BgClassName
{
background-color: #486BCF;
}
</style>
border-color css
<style>
span { border-color: #486BCF; }
span { border-color: rgb(72,107,207); }
td.TdClassName
{
border-color: #486BCF;
}
.TagClassName
{
border-color: #486BCF;
}
</style>