Html Css Color HEX #7DA8CC Polo Blue

📋 copy color: '#7DA8CC'

red 125 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #7DA8CC

Tints of Polo Blue #7DA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 25.15%
G = 33.8%
B = 41.05%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7DA8CC (or 0x7DA8CC) is known color: Polo Blue. HEX triplet: 7D, A8 and CC. RGB value is (125,168,204). Sum of RGB (Red+Green+Blue) = 125+168+204=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8CC is #825733. Grayscale: #9F9F9F. Windows color (decimal): -8542004 or 13412477. OLE color: 13412477.

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

Color convert

RGB 125 168 204 -
CMYK 0.39 0.18 0 0.2
HSL 207.34º 0.44% 0.65% -
HSV(B) 207.34º 0.39% 0.8% -
XYZ 33.36 36.72 62.46 -
YUV 159.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 125 168 204 0.39 0.18 0 0.2 207.34 0.44 0.65
Hex 7D A8 CC 27 12 0 14 CF 2C 41
Octal 175 250 314 47 22 0 24 317 54 101
Binary 1111101 10101000 11001100 100111 10010 0 10100 11001111 101100 1000001

Color Harmonies of #7DA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA8CC

Black with #7DA8CC

Text Example


Text Example

White with #7DA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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