Html Css Color HEX #2076CE Denim

📋 copy color: '#2076CE'

red 32 ◦ green 118 ◦ blue 206

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

Shades of Denim #2076CE

Tints of Denim #2076CE

RGB

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

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

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

R = 8.99%
G = 33.15%
B = 57.87%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2076CE (or 0x2076CE) is known color: Denim. HEX triplet: 20, 76 and CE. RGB value is (32,118,206). Sum of RGB (Red+Green+Blue) = 32+118+206=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #2076CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076CE is #DF8931. Grayscale: #656565. Windows color (decimal): -14649650 or 13530656. OLE color: 13530656.

HSL color Cylindrical-coordinate representation of color #2076CE: hue angle of 210.34º 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 #2076CE is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 118 206 -
CMYK 0.84 0.43 0 0.19
HSL 210.34º 0.73% 0.47% -
HSV(B) 210.34º 0.84% 0.81% -
XYZ 18.21 17.72 60.85 -
YUV 102.32 186.51 77.84 -
System Red Green Blue C M Y K H S L
Decimal 32 118 206 0.84 0.43 0 0.19 210.34 0.73 0.47
Hex 20 76 CE 54 2B 0 13 D2 49 2F
Octal 40 166 316 124 53 0 23 322 111 57
Binary 100000 1110110 11001110 1010100 101011 0 10011 11010010 1001001 101111

Color Harmonies of #2076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076CE

Black with #2076CE

Text Example


Text Example

White with #2076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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