Html Css Color HEX #2173DB Denim

📋 copy color: '#2173DB'

red 33 ◦ green 115 ◦ blue 219

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

Shades of Denim #2173DB

Tints of Denim #2173DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 8.99%
G = 31.34%
B = 59.67%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2173DB (or 0x2173DB) is known color: Denim. HEX triplet: 21, 73 and DB. RGB value is (33,115,219). Sum of RGB (Red+Green+Blue) = 33+115+219=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #2173DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2173DB is #DE8C24. Grayscale: #656565. Windows color (decimal): -14584869 or 14381857. OLE color: 14381857.

HSL color Cylindrical-coordinate representation of color #2173DB: hue angle of 213.55º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2173DB is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 115 219 -
CMYK 0.85 0.47 0 0.14
HSL 213.55º 0.74% 0.49% -
HSV(B) 213.55º 0.85% 0.86% -
XYZ 19.54 17.7 69.4 -
YUV 102.34 193.83 78.54 -
System Red Green Blue C M Y K H S L
Decimal 33 115 219 0.85 0.47 0 0.14 213.55 0.74 0.49
Hex 21 73 DB 55 2F 0 E D6 4A 31
Octal 41 163 333 125 57 0 16 326 112 61
Binary 100001 1110011 11011011 1010101 101111 0 1110 11010110 1001010 110001

Color Harmonies of #2173DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2173DB

Black with #2173DB

Text Example


Text Example

White with #2173DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2173DB; }

 p { color: rgb(33,115,219); }

 H1.HeaderClassName
 {
   color: #2173DB;
 }
 .AnyTagClassName
 {
   color: #2173DB;
 }
</style>

background-color css

<style>
 a { background-color: #2173DB; }

 a { background-color: rgb(33,115,219); }

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

border-color css

<style>
 span { border-color: #2173DB; }

 span { border-color: rgb(33,115,219); }

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