Html Css Color HEX #759DC4 Polo Blue

📋 copy color: '#759DC4'

red 117 ◦ green 157 ◦ blue 196

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

Shades of Polo Blue #759DC4

Tints of Polo Blue #759DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 24.89%
G = 33.4%
B = 41.7%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#759DC4 (or 0x759DC4) is known color: Polo Blue. HEX triplet: 75, 9D and C4. RGB value is (117,157,196). Sum of RGB (Red+Green+Blue) = 117+157+196=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #759DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DC4 is #8A623B. Grayscale: #959595. Windows color (decimal): -9069116 or 12885365. OLE color: 12885365.

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

Color convert

RGB 117 157 196 -
CMYK 0.40 0.20 0 0.23
HSL 209.62º 0.4% 0.61% -
HSV(B) 209.62º 0.4% 0.77% -
XYZ 29.36 31.88 56.83 -
YUV 149.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 117 157 196 0.40 0.20 0 0.23 209.62 0.4 0.61
Hex 75 9D C4 28 14 0 17 D2 28 3D
Octal 165 235 304 50 24 0 27 322 50 75
Binary 1110101 10011101 11000100 101000 10100 0 10111 11010010 101000 111101

Color Harmonies of #759DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DC4

Black with #759DC4

Text Example


Text Example

White with #759DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,196); }

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

background-color css

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

 a { background-color: rgb(117,157,196); }

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

border-color css

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

 span { border-color: rgb(117,157,196); }

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