Html Css Color HEX #759ACC Polo Blue

📋 copy color: '#759ACC'

red 117 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #759ACC

Tints of Polo Blue #759ACC

RGB

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

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

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

R = 24.63%
G = 32.42%
B = 42.95%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#759ACC (or 0x759ACC) is known color: Polo Blue. HEX triplet: 75, 9A and CC. RGB value is (117,154,204). Sum of RGB (Red+Green+Blue) = 117+154+204=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #759ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ACC is #8A6533. Grayscale: #949494. Windows color (decimal): -9069876 or 13408885. OLE color: 13408885.

HSL color Cylindrical-coordinate representation of color #759ACC: hue angle of 214.48º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759ACC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 154 204 -
CMYK 0.43 0.25 0 0.2
HSL 214.48º 0.46% 0.63% -
HSV(B) 214.48º 0.43% 0.8% -
XYZ 29.79 31.25 61.59 -
YUV 148.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 117 154 204 0.43 0.25 0 0.2 214.48 0.46 0.63
Hex 75 9A CC 2B 19 0 14 D6 2E 3F
Octal 165 232 314 53 31 0 24 326 56 77
Binary 1110101 10011010 11001100 101011 11001 0 10100 11010110 101110 111111

Color Harmonies of #759ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ACC

Black with #759ACC

Text Example


Text Example

White with #759ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,204); }

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

background-color css

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

 a { background-color: rgb(117,154,204); }

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

border-color css

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

 span { border-color: rgb(117,154,204); }

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