Html Css Color HEX #759ACD Polo Blue

📋 copy color: '#759ACD'

red 117 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #759ACD

Tints of Polo Blue #759ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

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

R = 24.58%
G = 32.35%
B = 43.07%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#759ACD (or 0x759ACD) is known color: Polo Blue. HEX triplet: 75, 9A and CD. RGB value is (117,154,205). Sum of RGB (Red+Green+Blue) = 117+154+205=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #759ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ACD is #8A6532. Grayscale: #949494. Windows color (decimal): -9069875 or 13474421. OLE color: 13474421.

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

Color convert

RGB 117 154 205 -
CMYK 0.43 0.25 0 0.20
HSL 214.77º 0.47% 0.63% -
HSV(B) 214.77º 0.43% 0.8% -
XYZ 29.91 31.3 62.22 -
YUV 148.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 117 154 205 0.43 0.25 0 0.20 214.77 0.47 0.63
Hex 75 9A CD 2B 19 0 14 D7 2F 3F
Octal 165 232 315 53 31 0 24 327 57 77
Binary 1110101 10011010 11001101 101011 11001 0 10100 11010111 101111 111111

Color Harmonies of #759ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ACD

Black with #759ACD

Text Example


Text Example

White with #759ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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