Html Css Color HEX #759CCD Polo Blue

📋 copy color: '#759CCD'

red 117 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #759CCD

Tints of Polo Blue #759CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 24.48%
G = 32.64%
B = 42.89%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#759CCD (or 0x759CCD) is known color: Polo Blue. HEX triplet: 75, 9C and CD. RGB value is (117,156,205). Sum of RGB (Red+Green+Blue) = 117+156+205=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #759CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CCD is #8A6332. Grayscale: #959595. Windows color (decimal): -9069363 or 13474933. OLE color: 13474933.

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

Color convert

RGB 117 156 205 -
CMYK 0.43 0.24 0 0.20
HSL 213.41º 0.47% 0.63% -
HSV(B) 213.41º 0.43% 0.8% -
XYZ 30.24 31.97 62.33 -
YUV 149.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 117 156 205 0.43 0.24 0 0.20 213.41 0.47 0.63
Hex 75 9C CD 2B 18 0 14 D5 2F 3F
Octal 165 234 315 53 30 0 24 325 57 77
Binary 1110101 10011100 11001101 101011 11000 0 10100 11010101 101111 111111

Color Harmonies of #759CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CCD

Black with #759CCD

Text Example


Text Example

White with #759CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,205); }

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

background-color css

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

 a { background-color: rgb(117,156,205); }

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

border-color css

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

 span { border-color: rgb(117,156,205); }

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