Html Css Color HEX #7EA2D0 Polo Blue

📋 copy color: '#7EA2D0'

red 126 ◦ green 162 ◦ blue 208

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

Shades of Polo Blue #7EA2D0

Tints of Polo Blue #7EA2D0

RGB

 RED value IS 126 (49.61% from 255) = 25.4%

 GREEN value IS 162 (63.67% from 255) = 32.66%

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

R = 25.4%
G = 32.66%
B = 41.94%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7EA2D0 (or 0x7EA2D0) is known color: Polo Blue. HEX triplet: 7E, A2 and D0. RGB value is (126,162,208). Sum of RGB (Red+Green+Blue) = 126+162+208=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #7EA2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2D0 is #815D2F. Grayscale: #9C9C9C. Windows color (decimal): -8478000 or 13673086. OLE color: 13673086.

HSL color Cylindrical-coordinate representation of color #7EA2D0: hue angle of 213.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EA2D0 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 162 208 -
CMYK 0.39 0.22 0 0.18
HSL 213.66º 0.47% 0.65% -
HSV(B) 213.66º 0.39% 0.82% -
XYZ 32.91 34.83 64.66 -
YUV 156.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 126 162 208 0.39 0.22 0 0.18 213.66 0.47 0.65
Hex 7E A2 D0 27 16 0 12 D6 2F 41
Octal 176 242 320 47 26 0 22 326 57 101
Binary 1111110 10100010 11010000 100111 10110 0 10010 11010110 101111 1000001

Color Harmonies of #7EA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA2D0

Black with #7EA2D0

Text Example


Text Example

White with #7EA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EA2D0; }

 p { color: rgb(126,162,208); }

 H1.HeaderClassName
 {
   color: #7EA2D0;
 }
 .AnyTagClassName
 {
   color: #7EA2D0;
 }
</style>

background-color css

<style>
 a { background-color: #7EA2D0; }

 a { background-color: rgb(126,162,208); }

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

border-color css

<style>
 span { border-color: #7EA2D0; }

 span { border-color: rgb(126,162,208); }

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