Html Css Color HEX #2179CE Denim

📋 copy color: '#2179CE'

red 33 ◦ green 121 ◦ blue 206

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

Shades of Denim #2179CE

Tints of Denim #2179CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 9.17%
G = 33.61%
B = 57.22%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2179CE (or 0x2179CE) is known color: Denim. HEX triplet: 21, 79 and CE. RGB value is (33,121,206). Sum of RGB (Red+Green+Blue) = 33+121+206=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #2179CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179CE is #DE8631. Grayscale: #676767. Windows color (decimal): -14583346 or 13531425. OLE color: 13531425.

HSL color Cylindrical-coordinate representation of color #2179CE: hue angle of 209.48º 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 #2179CE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 121 206 -
CMYK 0.84 0.41 0 0.19
HSL 209.48º 0.72% 0.47% -
HSV(B) 209.48º 0.84% 0.81% -
XYZ 18.61 18.45 60.97 -
YUV 104.38 185.35 77.09 -
System Red Green Blue C M Y K H S L
Decimal 33 121 206 0.84 0.41 0 0.19 209.48 0.72 0.47
Hex 21 79 CE 54 29 0 13 D1 48 2F
Octal 41 171 316 124 51 0 23 321 110 57
Binary 100001 1111001 11001110 1010100 101001 0 10011 11010001 1001000 101111

Color Harmonies of #2179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2179CE

Black with #2179CE

Text Example


Text Example

White with #2179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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