Html Css Color HEX #819BCF Polo Blue

📋 copy color: '#819BCF'

red 129 ◦ green 155 ◦ blue 207

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

Shades of Polo Blue #819BCF

Tints of Polo Blue #819BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 26.27%
G = 31.57%
B = 42.16%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#819BCF (or 0x819BCF) is known color: Polo Blue. HEX triplet: 81, 9B and CF. RGB value is (129,155,207). Sum of RGB (Red+Green+Blue) = 129+155+207=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #819BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BCF is #7E6430. Grayscale: #989898. Windows color (decimal): -8283185 or 13605761. OLE color: 13605761.

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

Color convert

RGB 129 155 207 -
CMYK 0.38 0.25 0 0.19
HSL 220º 0.45% 0.66% -
HSV(B) 220º 0.38% 0.81% -
XYZ 32.04 32.61 63.64 -
YUV 153.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 129 155 207 0.38 0.25 0 0.19 220 0.45 0.66
Hex 81 9B CF 26 19 0 13 DC 2D 42
Octal 201 233 317 46 31 0 23 334 55 102
Binary 10000001 10011011 11001111 100110 11001 0 10011 11011100 101101 1000010

Color Harmonies of #819BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BCF

Black with #819BCF

Text Example


Text Example

White with #819BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,207); }

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

background-color css

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

 a { background-color: rgb(129,155,207); }

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

border-color css

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

 span { border-color: rgb(129,155,207); }

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