Html Css Color HEX #2171BA Denim

📋 copy color: '#2171BA'

red 33 ◦ green 113 ◦ blue 186

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

Shades of Denim #2171BA

Tints of Denim #2171BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 9.94%
G = 34.04%
B = 56.02%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2171BA (or 0x2171BA) is known color: Denim. HEX triplet: 21, 71 and BA. RGB value is (33,113,186). Sum of RGB (Red+Green+Blue) = 33+113+186=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #2171BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2171BA is #DE8E45. Grayscale: #616161. Windows color (decimal): -14585414 or 12218657. OLE color: 12218657.

HSL color Cylindrical-coordinate representation of color #2171BA: hue angle of 208.63º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2171BA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 113 186 -
CMYK 0.82 0.39 0 0.27
HSL 208.63º 0.7% 0.43% -
HSV(B) 208.63º 0.82% 0.73% -
XYZ 15.4 15.68 48.67 -
YUV 97.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 33 113 186 0.82 0.39 0 0.27 208.63 0.7 0.43
Hex 21 71 BA 52 27 0 1B D1 46 2B
Octal 41 161 272 122 47 0 33 321 106 53
Binary 100001 1110001 10111010 1010010 100111 0 11011 11010001 1000110 101011

Color Harmonies of #2171BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2171BA

Black with #2171BA

Text Example


Text Example

White with #2171BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2171BA; }

 p { color: rgb(33,113,186); }

 H1.HeaderClassName
 {
   color: #2171BA;
 }
 .AnyTagClassName
 {
   color: #2171BA;
 }
</style>

background-color css

<style>
 a { background-color: #2171BA; }

 a { background-color: rgb(33,113,186); }

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

border-color css

<style>
 span { border-color: #2171BA; }

 span { border-color: rgb(33,113,186); }

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