Html Css Color HEX #2177BE Denim

📋 copy color: '#2177BE'

red 33 ◦ green 119 ◦ blue 190

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

Shades of Denim #2177BE

Tints of Denim #2177BE

RGB

 RED value IS 33 (13.28% from 255) = 9.65%

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

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

R = 9.65%
G = 34.8%
B = 55.56%

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

#2177BE (or 0x2177BE) is known color: Denim. HEX triplet: 21, 77 and BE. RGB value is (33,119,190). Sum of RGB (Red+Green+Blue) = 33+119+190=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #2177BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177BE is #DE8841. Grayscale: #656565. Windows color (decimal): -14583874 or 12482337. OLE color: 12482337.

HSL color Cylindrical-coordinate representation of color #2177BE: hue angle of 207.13º degrees, saturation: 0.7, 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 #2177BE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 119 190 -
CMYK 0.83 0.37 0 0.25
HSL 207.13º 0.7% 0.44% -
HSV(B) 207.13º 0.83% 0.75% -
XYZ 16.52 17.23 51.17 -
YUV 101.38 178.01 79.23 -
System Red Green Blue C M Y K H S L
Decimal 33 119 190 0.83 0.37 0 0.25 207.13 0.7 0.44
Hex 21 77 BE 53 25 0 19 CF 46 2C
Octal 41 167 276 123 45 0 31 317 106 54
Binary 100001 1110111 10111110 1010011 100101 0 11001 11001111 1000110 101100

Color Harmonies of #2177BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2177BE

Black with #2177BE

Text Example


Text Example

White with #2177BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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