Html Css Color HEX #759BCA Polo Blue

📋 copy color: '#759BCA'

red 117 ◦ green 155 ◦ blue 202

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

Shades of Polo Blue #759BCA

Tints of Polo Blue #759BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 24.68%
G = 32.7%
B = 42.62%

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

#759BCA (or 0x759BCA) is known color: Polo Blue. HEX triplet: 75, 9B and CA. RGB value is (117,155,202). Sum of RGB (Red+Green+Blue) = 117+155+202=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #759BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BCA is #8A6435. Grayscale: #949494. Windows color (decimal): -9069622 or 13278069. OLE color: 13278069.

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

Color convert

RGB 117 155 202 -
CMYK 0.42 0.23 0 0.21
HSL 213.18º 0.45% 0.63% -
HSV(B) 213.18º 0.42% 0.79% -
XYZ 29.72 31.49 60.39 -
YUV 149 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 117 155 202 0.42 0.23 0 0.21 213.18 0.45 0.63
Hex 75 9B CA 2A 17 0 15 D5 2D 3F
Octal 165 233 312 52 27 0 25 325 55 77
Binary 1110101 10011011 11001010 101010 10111 0 10101 11010101 101101 111111

Color Harmonies of #759BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BCA

Black with #759BCA

Text Example


Text Example

White with #759BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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