Html Css Color HEX #819FCE Polo Blue

📋 copy color: '#819FCE'

red 129 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #819FCE

Tints of Polo Blue #819FCE

RGB

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

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

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

R = 26.11%
G = 32.19%
B = 41.7%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#819FCE (or 0x819FCE) is known color: Polo Blue. HEX triplet: 81, 9F and CE. RGB value is (129,159,206). Sum of RGB (Red+Green+Blue) = 129+159+206=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #819FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCE is #7E6031. Grayscale: #9B9B9B. Windows color (decimal): -8282162 or 13541249. OLE color: 13541249.

HSL color Cylindrical-coordinate representation of color #819FCE: hue angle of 216.62º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819FCE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 159 206 -
CMYK 0.37 0.23 0 0.19
HSL 216.62º 0.44% 0.66% -
HSV(B) 216.62º 0.37% 0.81% -
XYZ 32.59 33.92 63.22 -
YUV 155.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 129 159 206 0.37 0.23 0 0.19 216.62 0.44 0.66
Hex 81 9F CE 25 17 0 13 D9 2C 42
Octal 201 237 316 45 27 0 23 331 54 102
Binary 10000001 10011111 11001110 100101 10111 0 10011 11011001 101100 1000010

Color Harmonies of #819FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FCE

Black with #819FCE

Text Example


Text Example

White with #819FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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