Html Css Color HEX #739AC7 Polo Blue

📋 copy color: '#739AC7'

red 115 ◦ green 154 ◦ blue 199

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

Shades of Polo Blue #739AC7

Tints of Polo Blue #739AC7

RGB

 RED value IS 115 (45.31% from 255) = 24.57%

 GREEN value IS 154 (60.55% from 255) = 32.91%

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 24.57%
G = 32.91%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#739AC7 (or 0x739AC7) is known color: Polo Blue. HEX triplet: 73, 9A and C7. RGB value is (115,154,199). Sum of RGB (Red+Green+Blue) = 115+154+199=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #739AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AC7 is #8C6538. Grayscale: #939393. Windows color (decimal): -9200953 or 13081203. OLE color: 13081203.

HSL color Cylindrical-coordinate representation of color #739AC7: hue angle of 212.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739AC7 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 154 199 -
CMYK 0.42 0.23 0 0.22
HSL 212.14º 0.43% 0.62% -
HSV(B) 212.14º 0.42% 0.78% -
XYZ 28.93 30.88 58.47 -
YUV 147.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 115 154 199 0.42 0.23 0 0.22 212.14 0.43 0.62
Hex 73 9A C7 2A 17 0 16 D4 2B 3E
Octal 163 232 307 52 27 0 26 324 53 76
Binary 1110011 10011010 11000111 101010 10111 0 10110 11010100 101011 111110

Color Harmonies of #739AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739AC7

Black with #739AC7

Text Example


Text Example

White with #739AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739AC7; }

 p { color: rgb(115,154,199); }

 H1.HeaderClassName
 {
   color: #739AC7;
 }
 .AnyTagClassName
 {
   color: #739AC7;
 }
</style>

background-color css

<style>
 a { background-color: #739AC7; }

 a { background-color: rgb(115,154,199); }

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

border-color css

<style>
 span { border-color: #739AC7; }

 span { border-color: rgb(115,154,199); }

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