Html Css Color HEX #759CCA Polo Blue

📋 copy color: '#759CCA'

red 117 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #759CCA

Tints of Polo Blue #759CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 24.63%
G = 32.84%
B = 42.53%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#759CCA (or 0x759CCA) is known color: Polo Blue. HEX triplet: 75, 9C and CA. RGB value is (117,156,202). Sum of RGB (Red+Green+Blue) = 117+156+202=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #759CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CCA is #8A6335. Grayscale: #959595. Windows color (decimal): -9069366 or 13278325. OLE color: 13278325.

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

Color convert

RGB 117 156 202 -
CMYK 0.42 0.23 0 0.21
HSL 212.47º 0.45% 0.63% -
HSV(B) 212.47º 0.42% 0.79% -
XYZ 29.89 31.82 60.44 -
YUV 149.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 117 156 202 0.42 0.23 0 0.21 212.47 0.45 0.63
Hex 75 9C CA 2A 17 0 15 D4 2D 3F
Octal 165 234 312 52 27 0 25 324 55 77
Binary 1110101 10011100 11001010 101010 10111 0 10101 11010100 101101 111111

Color Harmonies of #759CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CCA

Black with #759CCA

Text Example


Text Example

White with #759CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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