#2178D8

Color #2178D8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2178D8

Tints of Denim #2178D8

Color information

#2178D8 (or 0x2178D8) is unknown color: approx Denim. HEX triplet: 21, 78 and D8. RGB value is (33,120,216). Sum of RGB (Red+Green+Blue) = 33+120+216=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #2178D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178D8 is #DE8727. Grayscale: #686868. Windows color (decimal): -14583592 or 14186529. OLE color: 14186529.

HSL color Cylindrical-coordinate representation of color #2178D8: hue angle of 211.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2178D8 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33120216-
CMYK0.850.4400.15
HSL211.48º73.49%48.82%-
HSV(B)211.48º84.72%84.71%-
XYZ19.7418.7167.54-
YUV104.93190.6876.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.94%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 216 (84.77% from 255) = 58.54%
R=8.94%
G=32.52%
B=58.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331202160.850.4400.15211.4873.4948.82
Hex2178D8552C0Fd34931
Octal411703301255401732311161
Binary100001111100011011000101010110110001111110100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2178D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2178D8;
 }
 .AnyTagClassName
 {
   color: #2178D8;
 }
</style>
background-color css

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

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

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

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

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

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