Html Css Color HEX #2079BC Denim

📋 copy color: '#2079BC'

red 32 ◦ green 121 ◦ blue 188

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

Shades of Denim #2079BC

Tints of Denim #2079BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 9.38%
G = 35.48%
B = 55.13%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2079BC (or 0x2079BC) is known color: Denim. HEX triplet: 20, 79 and BC. RGB value is (32,121,188). Sum of RGB (Red+Green+Blue) = 32+121+188=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2079BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079BC is #DF8643. Grayscale: #656565. Windows color (decimal): -14648900 or 12351776. OLE color: 12351776.

HSL color Cylindrical-coordinate representation of color #2079BC: hue angle of 205.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2079BC is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 121 188 -
CMYK 0.83 0.36 0 0.26
HSL 205.77º 0.71% 0.43% -
HSV(B) 205.77º 0.83% 0.74% -
XYZ 16.51 17.61 50.11 -
YUV 102.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 32 121 188 0.83 0.36 0 0.26 205.77 0.71 0.43
Hex 20 79 BC 53 24 0 1A CE 47 2B
Octal 40 171 274 123 44 0 32 316 107 53
Binary 100000 1111001 10111100 1010011 100100 0 11010 11001110 1000111 101011

Color Harmonies of #2079BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079BC

Black with #2079BC

Text Example


Text Example

White with #2079BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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