Html Css Color HEX #2177CE Denim

📋 copy color: '#2177CE'

red 33 ◦ green 119 ◦ blue 206

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

Shades of Denim #2177CE

Tints of Denim #2177CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 9.22%
G = 33.24%
B = 57.54%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2177CE (or 0x2177CE) is known color: Denim. HEX triplet: 21, 77 and CE. RGB value is (33,119,206). Sum of RGB (Red+Green+Blue) = 33+119+206=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2177CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177CE is #DE8831. Grayscale: #666666. Windows color (decimal): -14583858 or 13530913. OLE color: 13530913.

HSL color Cylindrical-coordinate representation of color #2177CE: hue angle of 210.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2177CE is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 119 206 -
CMYK 0.84 0.42 0 0.19
HSL 210.17º 0.72% 0.47% -
HSV(B) 210.17º 0.84% 0.81% -
XYZ 18.36 17.97 60.89 -
YUV 103.2 186.01 77.93 -
System Red Green Blue C M Y K H S L
Decimal 33 119 206 0.84 0.42 0 0.19 210.17 0.72 0.47
Hex 21 77 CE 54 2A 0 13 D2 48 2F
Octal 41 167 316 124 52 0 23 322 110 57
Binary 100001 1110111 11001110 1010100 101010 0 10011 11010010 1001000 101111

Color Harmonies of #2177CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2177CE

Black with #2177CE

Text Example


Text Example

White with #2177CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2177CE; }

 p { color: rgb(33,119,206); }

 H1.HeaderClassName
 {
   color: #2177CE;
 }
 .AnyTagClassName
 {
   color: #2177CE;
 }
</style>

background-color css

<style>
 a { background-color: #2177CE; }

 a { background-color: rgb(33,119,206); }

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

border-color css

<style>
 span { border-color: #2177CE; }

 span { border-color: rgb(33,119,206); }

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