Html Css Color HEX #759FCC Polo Blue

📋 copy color: '#759FCC'

red 117 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #759FCC

Tints of Polo Blue #759FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

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

R = 24.38%
G = 33.13%
B = 42.5%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#759FCC (or 0x759FCC) is known color: Polo Blue. HEX triplet: 75, 9F and CC. RGB value is (117,159,204). Sum of RGB (Red+Green+Blue) = 117+159+204=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #759FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FCC is #8A6033. Grayscale: #979797. Windows color (decimal): -9068596 or 13410165. OLE color: 13410165.

HSL color Cylindrical-coordinate representation of color #759FCC: hue angle of 211.03º 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 #759FCC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 159 204 -
CMYK 0.43 0.22 0 0.2
HSL 211.03º 0.46% 0.63% -
HSV(B) 211.03º 0.43% 0.8% -
XYZ 30.63 32.94 61.87 -
YUV 151.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 117 159 204 0.43 0.22 0 0.2 211.03 0.46 0.63
Hex 75 9F CC 2B 16 0 14 D3 2E 3F
Octal 165 237 314 53 26 0 24 323 56 77
Binary 1110101 10011111 11001100 101011 10110 0 10100 11010011 101110 111111

Color Harmonies of #759FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FCC

Black with #759FCC

Text Example


Text Example

White with #759FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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