Html Css Color HEX #2077BE Denim

📋 copy color: '#2077BE'

red 32 ◦ green 119 ◦ blue 190

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

Shades of Denim #2077BE

Tints of Denim #2077BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 190 (74.61% from 255) = 55.72%

R = 9.38%
G = 34.9%
B = 55.72%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2077BE (or 0x2077BE) is known color: Denim. HEX triplet: 20, 77 and BE. RGB value is (32,119,190). Sum of RGB (Red+Green+Blue) = 32+119+190=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #2077BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077BE is #DF8841. Grayscale: #646464. Windows color (decimal): -14649410 or 12482336. OLE color: 12482336.

HSL color Cylindrical-coordinate representation of color #2077BE: hue angle of 206.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2077BE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 119 190 -
CMYK 0.83 0.37 0 0.25
HSL 206.96º 0.71% 0.44% -
HSV(B) 206.96º 0.83% 0.75% -
XYZ 16.49 17.22 51.17 -
YUV 101.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 32 119 190 0.83 0.37 0 0.25 206.96 0.71 0.44
Hex 20 77 BE 53 25 0 19 CF 47 2C
Octal 40 167 276 123 45 0 31 317 107 54
Binary 100000 1110111 10111110 1010011 100101 0 11001 11001111 1000111 101100

Color Harmonies of #2077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077BE

Black with #2077BE

Text Example


Text Example

White with #2077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2077BE; }

 p { color: rgb(32,119,190); }

 H1.HeaderClassName
 {
   color: #2077BE;
 }
 .AnyTagClassName
 {
   color: #2077BE;
 }
</style>

background-color css

<style>
 a { background-color: #2077BE; }

 a { background-color: rgb(32,119,190); }

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

border-color css

<style>
 span { border-color: #2077BE; }

 span { border-color: rgb(32,119,190); }

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