Shades of Polo Blue #739EC8
Tints of Polo Blue #739EC8
RGB
CMYK
RGB Variations
Color information
#739EC8 (or 0x739EC8) is known color: Polo Blue. HEX triplet: 73, 9E and C8. RGB value is (115,158,200). Sum of RGB (Red+Green+Blue) = 115+158+200=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #739EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EC8 is #8C6137. Grayscale: #959595. Windows color (decimal): -9199928 or 13147763. OLE color: 13147763.
HSL color Cylindrical-coordinate representation of color #739EC8: hue angle of 209.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #739EC8 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 158 | 200 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.22 |
| HSL | 209.65º | 0.44% | 0.62% | - |
| HSV(B) | 209.65º | 0.43% | 0.78% | - |
| XYZ | 29.72 | 32.27 | 59.31 | - |
| YUV | 149.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 200 | 0.42 | 0.21 | 0 | 0.22 | 209.65 | 0.44 | 0.62 |
| Hex | 73 | 9E | C8 | 2A | 15 | 0 | 16 | D2 | 2C | 3E |
| Octal | 163 | 236 | 310 | 52 | 25 | 0 | 26 | 322 | 54 | 76 |
| Binary | 1110011 | 10011110 | 11001000 | 101010 | 10101 | 0 | 10110 | 11010010 | 101100 | 111110 |
Color Harmonies of #739EC8
Complementary color
Monochromatic Colors of #739EC8
Black with #739EC8
Text Example
Text Example
White with #739EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EC8; }
p { color: rgb(115,158,200); }
H1.HeaderClassName
{
color: #739EC8;
}
.AnyTagClassName
{
color: #739EC8;
}
</style>
background-color css
<style>
a { background-color: #739EC8; }
a { background-color: rgb(115,158,200); }
div.DivClassName
{
background-color: #739EC8;
}
.BgClassName
{
background-color: #739EC8;
}
</style>
border-color css
<style>
span { border-color: #739EC8; }
span { border-color: rgb(115,158,200); }
td.TdClassName
{
border-color: #739EC8;
}
.TagClassName
{
border-color: #739EC8;
}
</style>