Shades of Polo Blue #7298CA
Tints of Polo Blue #7298CA
RGB
CMYK
RGB Variations
Color information
#7298CA (or 0x7298CA) is known color: Polo Blue. HEX triplet: 72, 98 and CA. RGB value is (114,152,202). Sum of RGB (Red+Green+Blue) = 114+152+202=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7298CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298CA is #8D6735. Grayscale: #929292. Windows color (decimal): -9266998 or 13277298. OLE color: 13277298.
HSL color Cylindrical-coordinate representation of color #7298CA: hue angle of 214.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7298CA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 152 | 202 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.21 |
| HSL | 214.09º | 0.45% | 0.62% | - |
| HSV(B) | 214.09º | 0.44% | 0.79% | - |
| XYZ | 28.83 | 30.3 | 60.21 | - |
| YUV | 146.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 202 | 0.44 | 0.25 | 0 | 0.21 | 214.09 | 0.45 | 0.62 |
| Hex | 72 | 98 | CA | 2C | 19 | 0 | 15 | D6 | 2D | 3E |
| Octal | 162 | 230 | 312 | 54 | 31 | 0 | 25 | 326 | 55 | 76 |
| Binary | 1110010 | 10011000 | 11001010 | 101100 | 11001 | 0 | 10101 | 11010110 | 101101 | 111110 |
Color Harmonies of #7298CA
Complementary color
Monochromatic Colors of #7298CA
Black with #7298CA
Text Example
Text Example
White with #7298CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298CA; }
p { color: rgb(114,152,202); }
H1.HeaderClassName
{
color: #7298CA;
}
.AnyTagClassName
{
color: #7298CA;
}
</style>
background-color css
<style>
a { background-color: #7298CA; }
a { background-color: rgb(114,152,202); }
div.DivClassName
{
background-color: #7298CA;
}
.BgClassName
{
background-color: #7298CA;
}
</style>
border-color css
<style>
span { border-color: #7298CA; }
span { border-color: rgb(114,152,202); }
td.TdClassName
{
border-color: #7298CA;
}
.TagClassName
{
border-color: #7298CA;
}
</style>