Html Css Color HEX #759BCC Polo Blue

📋 copy color: '#759BCC'

red 117 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #759BCC

Tints of Polo Blue #759BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.56%

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

R = 24.58%
G = 32.56%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#759BCC (or 0x759BCC) is known color: Polo Blue. HEX triplet: 75, 9B and CC. RGB value is (117,155,204). Sum of RGB (Red+Green+Blue) = 117+155+204=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #759BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BCC is #8A6433. Grayscale: #949494. Windows color (decimal): -9069620 or 13409141. OLE color: 13409141.

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

Color convert

RGB 117 155 204 -
CMYK 0.43 0.24 0 0.2
HSL 213.79º 0.46% 0.63% -
HSV(B) 213.79º 0.43% 0.8% -
XYZ 29.96 31.58 61.64 -
YUV 149.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 117 155 204 0.43 0.24 0 0.2 213.79 0.46 0.63
Hex 75 9B CC 2B 18 0 14 D6 2E 3F
Octal 165 233 314 53 30 0 24 326 56 77
Binary 1110101 10011011 11001100 101011 11000 0 10100 11010110 101110 111111

Color Harmonies of #759BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BCC

Black with #759BCC

Text Example


Text Example

White with #759BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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