Html Css Color HEX #819ED5 Polo Blue

📋 copy color: '#819ED5'

red 129 ◦ green 158 ◦ blue 213

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

Shades of Polo Blue #819ED5

Tints of Polo Blue #819ED5

RGB

 RED value IS 129 (50.78% from 255) = 25.8%

 GREEN value IS 158 (62.11% from 255) = 31.6%

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 25.8%
G = 31.6%
B = 42.6%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819ED5 (or 0x819ED5) is known color: Polo Blue. HEX triplet: 81, 9E and D5. RGB value is (129,158,213). Sum of RGB (Red+Green+Blue) = 129+158+213=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #819ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED5 is #7E612A. Grayscale: #9B9B9B. Windows color (decimal): -8282411 or 13999745. OLE color: 13999745.

HSL color Cylindrical-coordinate representation of color #819ED5: hue angle of 219.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819ED5 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 158 213 -
CMYK 0.39 0.26 0 0.16
HSL 219.29º 0.5% 0.67% -
HSV(B) 219.29º 0.39% 0.84% -
XYZ 33.29 33.92 67.74 -
YUV 155.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 129 158 213 0.39 0.26 0 0.16 219.29 0.5 0.67
Hex 81 9E D5 27 1A 0 10 DB 32 43
Octal 201 236 325 47 32 0 20 333 62 103
Binary 10000001 10011110 11010101 100111 11010 0 10000 11011011 110010 1000011

Color Harmonies of #819ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ED5

Black with #819ED5

Text Example


Text Example

White with #819ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819ED5; }

 p { color: rgb(129,158,213); }

 H1.HeaderClassName
 {
   color: #819ED5;
 }
 .AnyTagClassName
 {
   color: #819ED5;
 }
</style>

background-color css

<style>
 a { background-color: #819ED5; }

 a { background-color: rgb(129,158,213); }

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

border-color css

<style>
 span { border-color: #819ED5; }

 span { border-color: rgb(129,158,213); }

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