Html Css Color HEX #2177D7 Denim

📋 copy color: '#2177D7'

red 33 ◦ green 119 ◦ blue 215

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

Shades of Denim #2177D7

Tints of Denim #2177D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.58%

R = 8.99%
G = 32.43%
B = 58.58%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2177D7 (or 0x2177D7) is known color: Denim. HEX triplet: 21, 77 and D7. RGB value is (33,119,215). Sum of RGB (Red+Green+Blue) = 33+119+215=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #2177D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177D7 is #DE8828. Grayscale: #676767. Windows color (decimal): -14583849 or 14120737. OLE color: 14120737.

HSL color Cylindrical-coordinate representation of color #2177D7: hue angle of 211.65º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2177D7 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 119 215 -
CMYK 0.85 0.45 0 0.16
HSL 211.65º 0.73% 0.49% -
HSV(B) 211.65º 0.85% 0.84% -
XYZ 19.49 18.42 66.82 -
YUV 104.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 33 119 215 0.85 0.45 0 0.16 211.65 0.73 0.49
Hex 21 77 D7 55 2D 0 10 D4 49 31
Octal 41 167 327 125 55 0 20 324 111 61
Binary 100001 1110111 11010111 1010101 101101 0 10000 11010100 1001001 110001

Color Harmonies of #2177D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2177D7

Black with #2177D7

Text Example


Text Example

White with #2177D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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