Html Css Color HEX #759FC5 Polo Blue

📋 copy color: '#759FC5'

red 117 ◦ green 159 ◦ blue 197

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

Shades of Polo Blue #759FC5

Tints of Polo Blue #759FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 24.74%
G = 33.62%
B = 41.65%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#759FC5 (or 0x759FC5) is known color: Polo Blue. HEX triplet: 75, 9F and C5. RGB value is (117,159,197). Sum of RGB (Red+Green+Blue) = 117+159+197=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #759FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FC5 is #8A603A. Grayscale: #969696. Windows color (decimal): -9068603 or 12951413. OLE color: 12951413.

HSL color Cylindrical-coordinate representation of color #759FC5: hue angle of 208.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759FC5 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 159 197 -
CMYK 0.41 0.19 0 0.23
HSL 208.5º 0.41% 0.62% -
HSV(B) 208.5º 0.41% 0.77% -
XYZ 29.81 32.61 57.55 -
YUV 150.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 117 159 197 0.41 0.19 0 0.23 208.5 0.41 0.62
Hex 75 9F C5 29 13 0 17 D0 29 3E
Octal 165 237 305 51 23 0 27 320 51 76
Binary 1110101 10011111 11000101 101001 10011 0 10111 11010000 101001 111110

Color Harmonies of #759FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FC5

Black with #759FC5

Text Example


Text Example

White with #759FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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