Html Css Color HEX #759DCB Polo Blue

📋 copy color: '#759DCB'

red 117 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #759DCB

Tints of Polo Blue #759DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 24.53%
G = 32.91%
B = 42.56%

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

#759DCB (or 0x759DCB) is known color: Polo Blue. HEX triplet: 75, 9D and CB. RGB value is (117,157,203). Sum of RGB (Red+Green+Blue) = 117+157+203=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #759DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DCB is #8A6234. Grayscale: #969696. Windows color (decimal): -9069109 or 13344117. OLE color: 13344117.

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

Color convert

RGB 117 157 203 -
CMYK 0.42 0.23 0 0.20
HSL 212.09º 0.45% 0.63% -
HSV(B) 212.09º 0.42% 0.8% -
XYZ 30.17 32.21 61.13 -
YUV 150.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 117 157 203 0.42 0.23 0 0.20 212.09 0.45 0.63
Hex 75 9D CB 2A 17 0 14 D4 2D 3F
Octal 165 235 313 52 27 0 24 324 55 77
Binary 1110101 10011101 11001011 101010 10111 0 10100 11010100 101101 111111

Color Harmonies of #759DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DCB

Black with #759DCB

Text Example


Text Example

White with #759DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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