Html Css Color HEX #739DC8 Polo Blue

📋 copy color: '#739DC8'

red 115 ◦ green 157 ◦ blue 200

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

Shades of Polo Blue #739DC8

Tints of Polo Blue #739DC8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 24.36%
G = 33.26%
B = 42.37%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#739DC8 (or 0x739DC8) is known color: Polo Blue. HEX triplet: 73, 9D and C8. RGB value is (115,157,200). Sum of RGB (Red+Green+Blue) = 115+157+200=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #739DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DC8 is #8C6237. Grayscale: #959595. Windows color (decimal): -9200184 or 13147507. OLE color: 13147507.

HSL color Cylindrical-coordinate representation of color #739DC8: hue angle of 210.35º 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 #739DC8 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 157 200 -
CMYK 0.42 0.22 0 0.22
HSL 210.35º 0.44% 0.62% -
HSV(B) 210.35º 0.43% 0.78% -
XYZ 29.55 31.93 59.25 -
YUV 149.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 115 157 200 0.42 0.22 0 0.22 210.35 0.44 0.62
Hex 73 9D C8 2A 16 0 16 D2 2C 3E
Octal 163 235 310 52 26 0 26 322 54 76
Binary 1110011 10011101 11001000 101010 10110 0 10110 11010010 101100 111110

Color Harmonies of #739DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DC8

Black with #739DC8

Text Example


Text Example

White with #739DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,157,200); }

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

background-color css

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

 a { background-color: rgb(115,157,200); }

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

border-color css

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

 span { border-color: rgb(115,157,200); }

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