Html Css Color HEX #819FD5 Polo Blue

📋 copy color: '#819FD5'

red 129 ◦ green 159 ◦ blue 213

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

Shades of Polo Blue #819FD5

Tints of Polo Blue #819FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

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

R = 25.75%
G = 31.74%
B = 42.51%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819FD5 (or 0x819FD5) is known color: Polo Blue. HEX triplet: 81, 9F and D5. RGB value is (129,159,213). Sum of RGB (Red+Green+Blue) = 129+159+213=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #819FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FD5 is #7E602A. Grayscale: #9B9B9B. Windows color (decimal): -8282155 or 14000001. OLE color: 14000001.

HSL color Cylindrical-coordinate representation of color #819FD5: hue angle of 218.57º 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 #819FD5 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 159 213 -
CMYK 0.39 0.25 0 0.16
HSL 218.57º 0.5% 0.67% -
HSV(B) 218.57º 0.39% 0.84% -
XYZ 33.46 34.27 67.8 -
YUV 156.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 129 159 213 0.39 0.25 0 0.16 218.57 0.5 0.67
Hex 81 9F D5 27 19 0 10 DB 32 43
Octal 201 237 325 47 31 0 20 333 62 103
Binary 10000001 10011111 11010101 100111 11001 0 10000 11011011 110010 1000011

Color Harmonies of #819FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FD5

Black with #819FD5

Text Example


Text Example

White with #819FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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