Shades of Polo Blue #779DCF
Tints of Polo Blue #779DCF
RGB
CMYK
RGB Variations
Color information
#779DCF (or 0x779DCF) is known color: Polo Blue. HEX triplet: 77, 9D and CF. RGB value is (119,157,207). Sum of RGB (Red+Green+Blue) = 119+157+207=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #779DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCF is #886230. Grayscale: #979797. Windows color (decimal): -8938033 or 13606263. OLE color: 13606263.
HSL color Cylindrical-coordinate representation of color #779DCF: hue angle of 214.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779DCF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 157 | 207 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.19 |
| HSL | 214.09º | 0.48% | 0.64% | - |
| HSV(B) | 214.09º | 0.43% | 0.81% | - |
| XYZ | 30.93 | 32.54 | 63.68 | - |
| YUV | 151.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 207 | 0.43 | 0.24 | 0 | 0.19 | 214.09 | 0.48 | 0.64 |
| Hex | 77 | 9D | CF | 2B | 18 | 0 | 13 | D6 | 30 | 40 |
| Octal | 167 | 235 | 317 | 53 | 30 | 0 | 23 | 326 | 60 | 100 |
| Binary | 1110111 | 10011101 | 11001111 | 101011 | 11000 | 0 | 10011 | 11010110 | 110000 | 1000000 |
Color Harmonies of #779DCF
Complementary color
Monochromatic Colors of #779DCF
Black with #779DCF
Text Example
Text Example
White with #779DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DCF; }
p { color: rgb(119,157,207); }
H1.HeaderClassName
{
color: #779DCF;
}
.AnyTagClassName
{
color: #779DCF;
}
</style>
background-color css
<style>
a { background-color: #779DCF; }
a { background-color: rgb(119,157,207); }
div.DivClassName
{
background-color: #779DCF;
}
.BgClassName
{
background-color: #779DCF;
}
</style>
border-color css
<style>
span { border-color: #779DCF; }
span { border-color: rgb(119,157,207); }
td.TdClassName
{
border-color: #779DCF;
}
.TagClassName
{
border-color: #779DCF;
}
</style>