Html Css Color HEX #2076D7 Denim

📋 copy color: '#2076D7'

red 32 ◦ green 118 ◦ blue 215

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

Shades of Denim #2076D7

Tints of Denim #2076D7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 8.77%
G = 32.33%
B = 58.9%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2076D7 (or 0x2076D7) is known color: Denim. HEX triplet: 20, 76 and D7. RGB value is (32,118,215). Sum of RGB (Red+Green+Blue) = 32+118+215=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #2076D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076D7 is #DF8928. Grayscale: #666666. Windows color (decimal): -14649641 or 14120480. OLE color: 14120480.

HSL color Cylindrical-coordinate representation of color #2076D7: hue angle of 211.8º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2076D7 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 118 215 -
CMYK 0.85 0.45 0 0.16
HSL 211.8º 0.74% 0.48% -
HSV(B) 211.8º 0.85% 0.84% -
XYZ 19.34 18.17 66.78 -
YUV 103.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 32 118 215 0.85 0.45 0 0.16 211.8 0.74 0.48
Hex 20 76 D7 55 2D 0 10 D4 4A 30
Octal 40 166 327 125 55 0 20 324 112 60
Binary 100000 1110110 11010111 1010101 101101 0 10000 11010100 1001010 110000

Color Harmonies of #2076D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076D7

Black with #2076D7

Text Example


Text Example

White with #2076D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2076D7; }

 p { color: rgb(32,118,215); }

 H1.HeaderClassName
 {
   color: #2076D7;
 }
 .AnyTagClassName
 {
   color: #2076D7;
 }
</style>

background-color css

<style>
 a { background-color: #2076D7; }

 a { background-color: rgb(32,118,215); }

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

border-color css

<style>
 span { border-color: #2076D7; }

 span { border-color: rgb(32,118,215); }

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