Html Css Color HEX #7DA8CE Polo Blue

📋 copy color: '#7DA8CE'

red 125 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #7DA8CE

Tints of Polo Blue #7DA8CE

RGB

 RED value IS 125 (49.22% from 255) = 25.05%

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 25.05%
G = 33.67%
B = 41.28%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DA8CE (or 0x7DA8CE) is known color: Polo Blue. HEX triplet: 7D, A8 and CE. RGB value is (125,168,206). Sum of RGB (Red+Green+Blue) = 125+168+206=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8CE is #825731. Grayscale: #9F9F9F. Windows color (decimal): -8542002 or 13543549. OLE color: 13543549.

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

Color convert

RGB 125 168 206 -
CMYK 0.39 0.18 0 0.19
HSL 208.15º 0.45% 0.65% -
HSV(B) 208.15º 0.39% 0.81% -
XYZ 33.6 36.82 63.73 -
YUV 159.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 125 168 206 0.39 0.18 0 0.19 208.15 0.45 0.65
Hex 7D A8 CE 27 12 0 13 D0 2D 41
Octal 175 250 316 47 22 0 23 320 55 101
Binary 1111101 10101000 11001110 100111 10010 0 10011 11010000 101101 1000001

Color Harmonies of #7DA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA8CE

Black with #7DA8CE

Text Example


Text Example

White with #7DA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,206); }

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

background-color css

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

 a { background-color: rgb(125,168,206); }

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

border-color css

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

 span { border-color: rgb(125,168,206); }

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