Html Css Color HEX #2076CD Denim

📋 copy color: '#2076CD'

red 32 ◦ green 118 ◦ blue 205

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

Shades of Denim #2076CD

Tints of Denim #2076CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 9.01%
G = 33.24%
B = 57.75%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2076CD (or 0x2076CD) is known color: Denim. HEX triplet: 20, 76 and CD. RGB value is (32,118,205). Sum of RGB (Red+Green+Blue) = 32+118+205=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #2076CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076CD is #DF8932. Grayscale: #656565. Windows color (decimal): -14649651 or 13465120. OLE color: 13465120.

HSL color Cylindrical-coordinate representation of color #2076CD: hue angle of 210.17º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2076CD is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 118 205 -
CMYK 0.84 0.42 0 0.20
HSL 210.17º 0.73% 0.46% -
HSV(B) 210.17º 0.84% 0.8% -
XYZ 18.09 17.67 60.21 -
YUV 102.2 186.01 77.93 -
System Red Green Blue C M Y K H S L
Decimal 32 118 205 0.84 0.42 0 0.20 210.17 0.73 0.46
Hex 20 76 CD 54 2A 0 14 D2 49 2E
Octal 40 166 315 124 52 0 24 322 111 56
Binary 100000 1110110 11001101 1010100 101010 0 10100 11010010 1001001 101110

Color Harmonies of #2076CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076CD

Black with #2076CD

Text Example


Text Example

White with #2076CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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