Html Css Color HEX #2176D6 Denim

📋 copy color: '#2176D6'

red 33 ◦ green 118 ◦ blue 214

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

Shades of Denim #2176D6

Tints of Denim #2176D6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 214 (83.98% from 255) = 58.63%

R = 9.04%
G = 32.33%
B = 58.63%

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

#2176D6 (or 0x2176D6) is known color: Denim. HEX triplet: 21, 76 and D6. RGB value is (33,118,214). Sum of RGB (Red+Green+Blue) = 33+118+214=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #2176D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176D6 is #DE8929. Grayscale: #676767. Windows color (decimal): -14584106 or 14054945. OLE color: 14054945.

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

Color convert

RGB 33 118 214 -
CMYK 0.85 0.45 0 0.16
HSL 211.82º 0.73% 0.48% -
HSV(B) 211.82º 0.85% 0.84% -
XYZ 19.24 18.14 66.1 -
YUV 103.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 33 118 214 0.85 0.45 0 0.16 211.82 0.73 0.48
Hex 21 76 D6 55 2D 0 10 D4 49 30
Octal 41 166 326 125 55 0 20 324 111 60
Binary 100001 1110110 11010110 1010101 101101 0 10000 11010100 1001001 110000

Color Harmonies of #2176D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2176D6

Black with #2176D6

Text Example


Text Example

White with #2176D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2176D6; }

 p { color: rgb(33,118,214); }

 H1.HeaderClassName
 {
   color: #2176D6;
 }
 .AnyTagClassName
 {
   color: #2176D6;
 }
</style>

background-color css

<style>
 a { background-color: #2176D6; }

 a { background-color: rgb(33,118,214); }

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

border-color css

<style>
 span { border-color: #2176D6; }

 span { border-color: rgb(33,118,214); }

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