Html Css Color HEX #82A4D0 Polo Blue

📋 copy color: '#82A4D0'

red 130 ◦ green 164 ◦ blue 208

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

Shades of Polo Blue #82A4D0

Tints of Polo Blue #82A4D0

RGB

 RED value IS 130 (51.17% from 255) = 25.9%

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 25.9%
G = 32.67%
B = 41.43%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#82A4D0 (or 0x82A4D0) is known color: Polo Blue. HEX triplet: 82, A4 and D0. RGB value is (130,164,208). Sum of RGB (Red+Green+Blue) = 130+164+208=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #82A4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4D0 is #7D5B2F. Grayscale: #9E9E9E. Windows color (decimal): -8215344 or 13673602. OLE color: 13673602.

HSL color Cylindrical-coordinate representation of color #82A4D0: hue angle of 213.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82A4D0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 164 208 -
CMYK 0.38 0.21 0 0.18
HSL 213.85º 0.45% 0.66% -
HSV(B) 213.85º 0.38% 0.82% -
XYZ 33.87 35.85 64.81 -
YUV 158.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 130 164 208 0.38 0.21 0 0.18 213.85 0.45 0.66
Hex 82 A4 D0 26 15 0 12 D6 2D 42
Octal 202 244 320 46 25 0 22 326 55 102
Binary 10000010 10100100 11010000 100110 10101 0 10010 11010110 101101 1000010

Color Harmonies of #82A4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A4D0

Black with #82A4D0

Text Example


Text Example

White with #82A4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A4D0; }

 p { color: rgb(130,164,208); }

 H1.HeaderClassName
 {
   color: #82A4D0;
 }
 .AnyTagClassName
 {
   color: #82A4D0;
 }
</style>

background-color css

<style>
 a { background-color: #82A4D0; }

 a { background-color: rgb(130,164,208); }

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

border-color css

<style>
 span { border-color: #82A4D0; }

 span { border-color: rgb(130,164,208); }

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