Html Css Color HEX #759CCB Polo Blue

📋 copy color: '#759CCB'

red 117 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #759CCB

Tints of Polo Blue #759CCB

RGB

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

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

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

R = 24.58%
G = 32.77%
B = 42.65%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#759CCB (or 0x759CCB) is known color: Polo Blue. HEX triplet: 75, 9C and CB. RGB value is (117,156,203). Sum of RGB (Red+Green+Blue) = 117+156+203=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #759CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CCB is #8A6334. Grayscale: #959595. Windows color (decimal): -9069365 or 13343861. OLE color: 13343861.

HSL color Cylindrical-coordinate representation of color #759CCB: hue angle of 212.79º 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 #759CCB is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 156 203 -
CMYK 0.42 0.23 0 0.20
HSL 212.79º 0.45% 0.63% -
HSV(B) 212.79º 0.42% 0.8% -
XYZ 30 31.87 61.07 -
YUV 149.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 117 156 203 0.42 0.23 0 0.20 212.79 0.45 0.63
Hex 75 9C CB 2A 17 0 14 D5 2D 3F
Octal 165 234 313 52 27 0 24 325 55 77
Binary 1110101 10011100 11001011 101010 10111 0 10100 11010101 101101 111111

Color Harmonies of #759CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CCB

Black with #759CCB

Text Example


Text Example

White with #759CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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