Html Css Color HEX #819FD7 Polo Blue

📋 copy color: '#819FD7'

red 129 ◦ green 159 ◦ blue 215

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

Shades of Polo Blue #819FD7

Tints of Polo Blue #819FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 25.65%
G = 31.61%
B = 42.74%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#819FD7 (or 0x819FD7) is known color: Polo Blue. HEX triplet: 81, 9F and D7. RGB value is (129,159,215). Sum of RGB (Red+Green+Blue) = 129+159+215=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #819FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FD7 is #7E6028. Grayscale: #9C9C9C. Windows color (decimal): -8282153 or 14131073. OLE color: 14131073.

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

Color convert

RGB 129 159 215 -
CMYK 0.4 0.26 0 0.16
HSL 219.07º 0.52% 0.67% -
HSV(B) 219.07º 0.4% 0.84% -
XYZ 33.72 34.37 69.15 -
YUV 156.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 129 159 215 0.4 0.26 0 0.16 219.07 0.52 0.67
Hex 81 9F D7 28 1A 0 10 DB 34 43
Octal 201 237 327 50 32 0 20 333 64 103
Binary 10000001 10011111 11010111 101000 11010 0 10000 11011011 110100 1000011

Color Harmonies of #819FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FD7

Black with #819FD7

Text Example


Text Example

White with #819FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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