#799DCF

Color #799DCF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #799DCF

Tints of Polo Blue #799DCF

Color information

#799DCF (or 0x799DCF) is unknown color: approx Polo Blue. HEX triplet: 79, 9D and CF. RGB value is (121,157,207). Sum of RGB (Red+Green+Blue) = 121+157+207=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #799DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DCF is #866230. Grayscale: #979797. Windows color (decimal): -8806961 or 13606265. OLE color: 13606265.

HSL color Cylindrical-coordinate representation of color #799DCF: hue angle of 214.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799DCF is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121157207-
CMYK0.420.2400.19
HSL214.88º47.25%64.31%-
HSV(B)214.88º41.55%81.18%-
XYZ31.232.6863.7-
YUV151.94159.07105.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=24.95%
G=32.37%
B=42.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211572070.420.2400.19214.8847.2564.31
Hex799DCF2A18013d72f40
Octal171235317523002332757100
Binary1111001100111011100111110101011000010011110101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799DCF; }

 p { color: rgb(121,157,207); }

 H1.HeaderClassName
 {
   color: #799DCF;
 }
 .AnyTagClassName
 {
   color: #799DCF;
 }
</style>
background-color css

<style>
 a { background-color: #799DCF; }

 a { background-color: rgb(121,157,207); }

 div.DivClassName
 {
   background-color: #799DCF;
 }
 .BgClassName
 {
   background-color: #799DCF;
 }
</style>
border-color css

<style>
 span { border-color: #799DCF; }

 span { border-color: rgb(121,157,207); }

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