Html Css Color HEX #2171CC Denim

📋 copy color: '#2171CC'

red 33 ◦ green 113 ◦ blue 204

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

Shades of Denim #2171CC

Tints of Denim #2171CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 9.43%
G = 32.29%
B = 58.29%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2171CC (or 0x2171CC) is known color: Denim. HEX triplet: 21, 71 and CC. RGB value is (33,113,204). Sum of RGB (Red+Green+Blue) = 33+113+204=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #2171CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2171CC is #DE8E33. Grayscale: #636363. Windows color (decimal): -14585396 or 13398305. OLE color: 13398305.

HSL color Cylindrical-coordinate representation of color #2171CC: hue angle of 211.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2171CC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 113 204 -
CMYK 0.84 0.45 0 0.2
HSL 211.93º 0.72% 0.46% -
HSV(B) 211.93º 0.84% 0.8% -
XYZ 17.43 16.49 59.39 -
YUV 99.45 187 80.6 -
System Red Green Blue C M Y K H S L
Decimal 33 113 204 0.84 0.45 0 0.2 211.93 0.72 0.46
Hex 21 71 CC 54 2D 0 14 D4 48 2E
Octal 41 161 314 124 55 0 24 324 110 56
Binary 100001 1110001 11001100 1010100 101101 0 10100 11010100 1001000 101110

Color Harmonies of #2171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2171CC

Black with #2171CC

Text Example


Text Example

White with #2171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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