Html Css Color HEX #2077BC Denim

📋 copy color: '#2077BC'

red 32 ◦ green 119 ◦ blue 188

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

Shades of Denim #2077BC

Tints of Denim #2077BC

RGB

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

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

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

R = 9.44%
G = 35.1%
B = 55.46%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2077BC (or 0x2077BC) is known color: Denim. HEX triplet: 20, 77 and BC. RGB value is (32,119,188). Sum of RGB (Red+Green+Blue) = 32+119+188=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #2077BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077BC is #DF8843. Grayscale: #646464. Windows color (decimal): -14649412 or 12351264. OLE color: 12351264.

HSL color Cylindrical-coordinate representation of color #2077BC: hue angle of 206.54º 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 #2077BC is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 119 188 -
CMYK 0.83 0.37 0 0.26
HSL 206.54º 0.71% 0.43% -
HSV(B) 206.54º 0.83% 0.74% -
XYZ 16.27 17.13 50.03 -
YUV 100.85 177.18 78.89 -
System Red Green Blue C M Y K H S L
Decimal 32 119 188 0.83 0.37 0 0.26 206.54 0.71 0.43
Hex 20 77 BC 53 25 0 1A CF 47 2B
Octal 40 167 274 123 45 0 32 317 107 53
Binary 100000 1110111 10111100 1010011 100101 0 11010 11001111 1000111 101011

Color Harmonies of #2077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077BC

Black with #2077BC

Text Example


Text Example

White with #2077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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