#799CD0

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

Shades of Polo Blue #799CD0

Tints of Polo Blue #799CD0

Color information

#799CD0 (or 0x799CD0) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and D0. RGB value is (121,156,208). Sum of RGB (Red+Green+Blue) = 121+156+208=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #799CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CD0 is #86632F. Grayscale: #979797. Windows color (decimal): -8807216 or 13671545. OLE color: 13671545.

HSL color Cylindrical-coordinate representation of color #799CD0: hue angle of 215.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799CD0 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121156208-
CMYK0.420.2500.18
HSL215.86º48.07%64.51%-
HSV(B)215.86º41.83%81.57%-
XYZ31.1632.464.29-
YUV151.46159.9106.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=24.95%
G=32.16%
B=42.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211562080.420.2500.18215.8648.0764.51
Hex799CD02A19012d83041
Octal171234320523102233060101
Binary1111001100111001101000010101011001010010110110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,208); }

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

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

 a { background-color: rgb(121,156,208); }

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

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

 span { border-color: rgb(121,156,208); }

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