Html Css Color HEX #2177CD Denim

📋 copy color: '#2177CD'

red 33 ◦ green 119 ◦ blue 205

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

Shades of Denim #2177CD

Tints of Denim #2177CD

RGB

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

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

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

R = 9.24%
G = 33.33%
B = 57.42%

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

#2177CD (or 0x2177CD) is known color: Denim. HEX triplet: 21, 77 and CD. RGB value is (33,119,205). Sum of RGB (Red+Green+Blue) = 33+119+205=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2177CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177CD is #DE8832. Grayscale: #666666. Windows color (decimal): -14583859 or 13465377. OLE color: 13465377.

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

Color convert

RGB 33 119 205 -
CMYK 0.84 0.42 0 0.20
HSL 210º 0.72% 0.47% -
HSV(B) 210º 0.84% 0.8% -
XYZ 18.24 17.92 60.26 -
YUV 103.09 185.51 78.01 -
System Red Green Blue C M Y K H S L
Decimal 33 119 205 0.84 0.42 0 0.20 210 0.72 0.47
Hex 21 77 CD 54 2A 0 14 D2 48 2F
Octal 41 167 315 124 52 0 24 322 110 57
Binary 100001 1110111 11001101 1010100 101010 0 10100 11010010 1001000 101111

Color Harmonies of #2177CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2177CD

Black with #2177CD

Text Example


Text Example

White with #2177CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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