Html Css Color HEX #759ECB Polo Blue

📋 copy color: '#759ECB'

red 117 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #759ECB

Tints of Polo Blue #759ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 24.48%
G = 33.05%
B = 42.47%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#759ECB (or 0x759ECB) is known color: Polo Blue. HEX triplet: 75, 9E and CB. RGB value is (117,158,203). Sum of RGB (Red+Green+Blue) = 117+158+203=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #759ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ECB is #8A6134. Grayscale: #969696. Windows color (decimal): -9068853 or 13344373. OLE color: 13344373.

HSL color Cylindrical-coordinate representation of color #759ECB: hue angle of 211.4º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759ECB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 158 203 -
CMYK 0.42 0.22 0 0.20
HSL 211.4º 0.45% 0.63% -
HSV(B) 211.4º 0.42% 0.8% -
XYZ 30.34 32.55 61.18 -
YUV 150.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 117 158 203 0.42 0.22 0 0.20 211.4 0.45 0.63
Hex 75 9E CB 2A 16 0 14 D3 2D 3F
Octal 165 236 313 52 26 0 24 323 55 77
Binary 1110101 10011110 11001011 101010 10110 0 10100 11010011 101101 111111

Color Harmonies of #759ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ECB

Black with #759ECB

Text Example


Text Example

White with #759ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,158,203); }

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

background-color css

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

 a { background-color: rgb(117,158,203); }

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

border-color css

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

 span { border-color: rgb(117,158,203); }

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