#2079CA

Color #2079CA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2079CA

Tints of Denim #2079CA

Color information

#2079CA (or 0x2079CA) is unknown color: approx Denim. HEX triplet: 20, 79 and CA. RGB value is (32,121,202). Sum of RGB (Red+Green+Blue) = 32+121+202=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #2079CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079CA is #DF8635. Grayscale: #676767. Windows color (decimal): -14648886 or 13269280. OLE color: 13269280.

HSL color Cylindrical-coordinate representation of color #2079CA: hue angle of 208.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2079CA is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32121202-
CMYK0.840.4000.21
HSL208.59º72.65%45.88%-
HSV(B)208.59º84.16%79.22%-
XYZ18.0918.2558.45-
YUV103.62183.5176.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=9.01%
G=34.08%
B=56.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321212020.840.4000.21208.5972.6545.88
Hex2079CA5428015d1492e
Octal401713121245002532111156
Binary1000001111001110010101010100101000010101110100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2079CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2079CA; }

 p { color: rgb(32,121,202); }

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

<style>
 a { background-color: #2079CA; }

 a { background-color: rgb(32,121,202); }

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

<style>
 span { border-color: #2079CA; }

 span { border-color: rgb(32,121,202); }

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