Html Css Color HEX #759CC2 Polo Blue

📋 copy color: '#759CC2'

red 117 ◦ green 156 ◦ blue 194

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

Shades of Polo Blue #759CC2

Tints of Polo Blue #759CC2

RGB

 RED value IS 117 (46.09% from 255) = 25.05%

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 25.05%
G = 33.4%
B = 41.54%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#759CC2 (or 0x759CC2) is known color: Polo Blue. HEX triplet: 75, 9C and C2. RGB value is (117,156,194). Sum of RGB (Red+Green+Blue) = 117+156+194=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #759CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC2 is #8A633D. Grayscale: #949494. Windows color (decimal): -9069374 or 12754037. OLE color: 12754037.

HSL color Cylindrical-coordinate representation of color #759CC2: hue angle of 209.61º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759CC2 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 156 194 -
CMYK 0.40 0.20 0 0.24
HSL 209.61º 0.39% 0.61% -
HSV(B) 209.61º 0.4% 0.76% -
XYZ 28.96 31.45 55.58 -
YUV 148.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 117 156 194 0.40 0.20 0 0.24 209.61 0.39 0.61
Hex 75 9C C2 28 14 0 18 D2 27 3D
Octal 165 234 302 50 24 0 30 322 47 75
Binary 1110101 10011100 11000010 101000 10100 0 11000 11010010 100111 111101

Color Harmonies of #759CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CC2

Black with #759CC2

Text Example


Text Example

White with #759CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759CC2; }

 p { color: rgb(117,156,194); }

 H1.HeaderClassName
 {
   color: #759CC2;
 }
 .AnyTagClassName
 {
   color: #759CC2;
 }
</style>

background-color css

<style>
 a { background-color: #759CC2; }

 a { background-color: rgb(117,156,194); }

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

border-color css

<style>
 span { border-color: #759CC2; }

 span { border-color: rgb(117,156,194); }

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