Html Css Color HEX #7298CC Polo Blue

📋 copy color: '#7298CC'

red 114 ◦ green 152 ◦ blue 204

#7298CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #7298CC

Tints of Polo Blue #7298CC

RGB

 RED value IS 114 (44.92% from 255) = 24.26%

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 24.26%
G = 32.34%
B = 43.4%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7298CC (or 0x7298CC) is known color: Polo Blue. HEX triplet: 72, 98 and CC. RGB value is (114,152,204). Sum of RGB (Red+Green+Blue) = 114+152+204=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7298CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298CC is #8D6733. Grayscale: #929292. Windows color (decimal): -9266996 or 13408370. OLE color: 13408370.

HSL color Cylindrical-coordinate representation of color #7298CC: hue angle of 214.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7298CC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 152 204 -
CMYK 0.44 0.25 0 0.2
HSL 214.67º 0.47% 0.62% -
HSV(B) 214.67º 0.44% 0.8% -
XYZ 29.07 30.39 61.46 -
YUV 146.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 114 152 204 0.44 0.25 0 0.2 214.67 0.47 0.62
Hex 72 98 CC 2C 19 0 14 D7 2F 3E
Octal 162 230 314 54 31 0 24 327 57 76
Binary 1110010 10011000 11001100 101100 11001 0 10100 11010111 101111 111110

Color Harmonies of #7298CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7298CC

Black with #7298CC

Text Example


Text Example

White with #7298CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7298CC; }

 p { color: rgb(114,152,204); }

 H1.HeaderClassName
 {
   color: #7298CC;
 }
 .AnyTagClassName
 {
   color: #7298CC;
 }
</style>

background-color css

<style>
 a { background-color: #7298CC; }

 a { background-color: rgb(114,152,204); }

 div.DivClassName
 {
   background-color: #7298CC;
 }
 .BgClassName
 {
   background-color: #7298CC;
 }
</style>

border-color css

<style>
 span { border-color: #7298CC; }

 span { border-color: rgb(114,152,204); }

 td.TdClassName
 {
   border-color: #7298CC;
 }
 .TagClassName
 {
   border-color: #7298CC;
 }
</style>