Html Css Color HEX #2079CE Denim

📋 copy color: '#2079CE'

red 32 ◦ green 121 ◦ blue 206

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

Shades of Denim #2079CE

Tints of Denim #2079CE

RGB

 RED value IS 32 (12.89% from 255) = 8.91%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 8.91%
G = 33.7%
B = 57.38%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2079CE (or 0x2079CE) is known color: Denim. HEX triplet: 20, 79 and CE. RGB value is (32,121,206). Sum of RGB (Red+Green+Blue) = 32+121+206=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2079CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079CE is #DF8631. Grayscale: #676767. Windows color (decimal): -14648882 or 13531424. OLE color: 13531424.

HSL color Cylindrical-coordinate representation of color #2079CE: hue angle of 209.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2079CE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 121 206 -
CMYK 0.84 0.41 0 0.19
HSL 209.31º 0.73% 0.47% -
HSV(B) 209.31º 0.84% 0.81% -
XYZ 18.57 18.44 60.97 -
YUV 104.08 185.51 76.59 -
System Red Green Blue C M Y K H S L
Decimal 32 121 206 0.84 0.41 0 0.19 209.31 0.73 0.47
Hex 20 79 CE 54 29 0 13 D1 49 2F
Octal 40 171 316 124 51 0 23 321 111 57
Binary 100000 1111001 11001110 1010100 101001 0 10011 11010001 1001001 101111

Color Harmonies of #2079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079CE

Black with #2079CE

Text Example


Text Example

White with #2079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2079CE;
 }
 .AnyTagClassName
 {
   color: #2079CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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