#2078CA

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

Shades of Denim #2078CA

Tints of Denim #2078CA

Color information

#2078CA (or 0x2078CA) is unknown color: approx Denim. HEX triplet: 20, 78 and CA. RGB value is (32,120,202). Sum of RGB (Red+Green+Blue) = 32+120+202=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2078CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078CA is #DF8735. Grayscale: #666666. Windows color (decimal): -14649142 or 13269024. OLE color: 13269024.

HSL color Cylindrical-coordinate representation of color #2078CA: hue angle of 208.94º 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 #2078CA is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32120202-
CMYK0.840.4100.21
HSL208.94º72.65%45.88%-
HSV(B)208.94º84.16%79.22%-
XYZ17.971858.41-
YUV103.04183.8577.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.04%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=9.04%
G=33.90%
B=57.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321202020.840.4100.21208.9472.6545.88
Hex2078CA5429015d1492e
Octal401703121245102532111156
Binary1000001111000110010101010100101001010101110100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2078CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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