Html Css Color HEX #8DA9DB Polo Blue

📋 copy color: '#8DA9DB'

red 141 ◦ green 169 ◦ blue 219

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

Shades of Polo Blue #8DA9DB

Tints of Polo Blue #8DA9DB

RGB

 RED value IS 141 (55.47% from 255) = 26.65%

 GREEN value IS 169 (66.41% from 255) = 31.95%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 26.65%
G = 31.95%
B = 41.4%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DA9DB (or 0x8DA9DB) is known color: Polo Blue. HEX triplet: 8D, A9 and DB. RGB value is (141,169,219). Sum of RGB (Red+Green+Blue) = 141+169+219=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9DB is #725624. Grayscale: #A6A6A6. Windows color (decimal): -7493157 or 14395789. OLE color: 14395789.

HSL color Cylindrical-coordinate representation of color #8DA9DB: hue angle of 218.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA9DB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 169 219 -
CMYK 0.36 0.23 0 0.14
HSL 218.46º 0.52% 0.71% -
HSV(B) 218.46º 0.36% 0.86% -
XYZ 37.96 39.15 72.57 -
YUV 166.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 141 169 219 0.36 0.23 0 0.14 218.46 0.52 0.71
Hex 8D A9 DB 24 17 0 E DA 34 47
Octal 215 251 333 44 27 0 16 332 64 107
Binary 10001101 10101001 11011011 100100 10111 0 1110 11011010 110100 1000111

Color Harmonies of #8DA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9DB

Black with #8DA9DB

Text Example


Text Example

White with #8DA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA9DB; }

 p { color: rgb(141,169,219); }

 H1.HeaderClassName
 {
   color: #8DA9DB;
 }
 .AnyTagClassName
 {
   color: #8DA9DB;
 }
</style>

background-color css

<style>
 a { background-color: #8DA9DB; }

 a { background-color: rgb(141,169,219); }

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

border-color css

<style>
 span { border-color: #8DA9DB; }

 span { border-color: rgb(141,169,219); }

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