Html Css Color HEX #2178DB Denim

📋 copy color: '#2178DB'

red 33 ◦ green 120 ◦ blue 219

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

Shades of Denim #2178DB

Tints of Denim #2178DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

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

R = 8.87%
G = 32.26%
B = 58.87%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2178DB (or 0x2178DB) is known color: Denim. HEX triplet: 21, 78 and DB. RGB value is (33,120,219). Sum of RGB (Red+Green+Blue) = 33+120+219=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #2178DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178DB is #DE8724. Grayscale: #686868. Windows color (decimal): -14583589 or 14383137. OLE color: 14383137.

HSL color Cylindrical-coordinate representation of color #2178DB: hue angle of 211.94º 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 #2178DB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 120 219 -
CMYK 0.85 0.45 0 0.14
HSL 211.94º 0.74% 0.49% -
HSV(B) 211.94º 0.85% 0.86% -
XYZ 20.13 18.87 69.6 -
YUV 105.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 33 120 219 0.85 0.45 0 0.14 211.94 0.74 0.49
Hex 21 78 DB 55 2D 0 E D4 4A 31
Octal 41 170 333 125 55 0 16 324 112 61
Binary 100001 1111000 11011011 1010101 101101 0 1110 11010100 1001010 110001

Color Harmonies of #2178DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2178DB

Black with #2178DB

Text Example


Text Example

White with #2178DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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