#2166d6

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

Shades of Denim #2166D6

Tints of Denim #2166D6

Color information

#2166D6 (or 0x2166D6) is unknown color: approx Denim. HEX triplet: 21, 66 and D6. RGB value is (33,102,214). Sum of RGB (Red+Green+Blue) = 33+102+214=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #2166D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166D6 is #DE9929. Grayscale: #5D5D5D. Windows color (decimal): -14588202 or 14050849. OLE color: 14050849.

HSL color Cylindrical-coordinate representation of color #2166D6: hue angle of 217.13º 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 #2166D6 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB33102214-
CMYK0.850.5200.16
HSL217.13º73.28%48.43%-
HSV(B)217.13º84.58%83.92%-
XYZ17.5214.6865.53-
YUV94.14195.6484.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 214 (83.98% from 255) = 61.32%
R=9.46%
G=29.23%
B=61.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal331022140.850.5200.16217.1373.2848.43
Hex2166D65534010d94930
Octal411463261256402033111160
Binary1000011100110110101101010101110100010000110110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2166d6; }

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

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

<style>
 a { background-color: #2166d6; }

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

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

<style>
 span { border-color: #2166d6; }

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

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