Html Css Color HEX #2175BE Denim

📋 copy color: '#2175BE'

red 33 ◦ green 117 ◦ blue 190

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

Shades of Denim #2175BE

Tints of Denim #2175BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 9.71%
G = 34.41%
B = 55.88%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2175BE (or 0x2175BE) is known color: Denim. HEX triplet: 21, 75 and BE. RGB value is (33,117,190). Sum of RGB (Red+Green+Blue) = 33+117+190=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #2175BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175BE is #DE8A41. Grayscale: #636363. Windows color (decimal): -14584386 or 12481825. OLE color: 12481825.

HSL color Cylindrical-coordinate representation of color #2175BE: hue angle of 207.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2175BE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 117 190 -
CMYK 0.83 0.38 0 0.25
HSL 207.9º 0.7% 0.44% -
HSV(B) 207.9º 0.83% 0.75% -
XYZ 16.28 16.76 51.09 -
YUV 100.21 178.67 80.06 -
System Red Green Blue C M Y K H S L
Decimal 33 117 190 0.83 0.38 0 0.25 207.9 0.7 0.44
Hex 21 75 BE 53 26 0 19 D0 46 2C
Octal 41 165 276 123 46 0 31 320 106 54
Binary 100001 1110101 10111110 1010011 100110 0 11001 11010000 1000110 101100

Color Harmonies of #2175BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2175BE

Black with #2175BE

Text Example


Text Example

White with #2175BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2175BE; }

 p { color: rgb(33,117,190); }

 H1.HeaderClassName
 {
   color: #2175BE;
 }
 .AnyTagClassName
 {
   color: #2175BE;
 }
</style>

background-color css

<style>
 a { background-color: #2175BE; }

 a { background-color: rgb(33,117,190); }

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

border-color css

<style>
 span { border-color: #2175BE; }

 span { border-color: rgb(33,117,190); }

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