Html Css Color HEX #2176DB Denim

📋 copy color: '#2176DB'

red 33 ◦ green 118 ◦ blue 219

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

Shades of Denim #2176DB

Tints of Denim #2176DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 8.92%
G = 31.89%
B = 59.19%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2176DB (or 0x2176DB) is known color: Denim. HEX triplet: 21, 76 and DB. RGB value is (33,118,219). Sum of RGB (Red+Green+Blue) = 33+118+219=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2176DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2176DB is #DE8924. Grayscale: #676767. Windows color (decimal): -14584101 or 14382625. OLE color: 14382625.

HSL color Cylindrical-coordinate representation of color #2176DB: hue angle of 212.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2176DB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 118 219 -
CMYK 0.85 0.46 0 0.14
HSL 212.58º 0.74% 0.49% -
HSV(B) 212.58º 0.85% 0.86% -
XYZ 19.89 18.39 69.52 -
YUV 104.1 192.84 77.29 -
System Red Green Blue C M Y K H S L
Decimal 33 118 219 0.85 0.46 0 0.14 212.58 0.74 0.49
Hex 21 76 DB 55 2E 0 E D5 4A 31
Octal 41 166 333 125 56 0 16 325 112 61
Binary 100001 1110110 11011011 1010101 101110 0 1110 11010101 1001010 110001

Color Harmonies of #2176DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2176DB

Black with #2176DB

Text Example


Text Example

White with #2176DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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