Html Css Color HEX #2073BC Denim

📋 copy color: '#2073BC'

red 32 ◦ green 115 ◦ blue 188

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

Shades of Denim #2073BC

Tints of Denim #2073BC

RGB

 RED value IS 32 (12.89% from 255) = 9.55%

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 9.55%
G = 34.33%
B = 56.12%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2073BC (or 0x2073BC) is known color: Denim. HEX triplet: 20, 73 and BC. RGB value is (32,115,188). Sum of RGB (Red+Green+Blue) = 32+115+188=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #2073BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073BC is #DF8C43. Grayscale: #626262. Windows color (decimal): -14650436 or 12350240. OLE color: 12350240.

HSL color Cylindrical-coordinate representation of color #2073BC: hue angle of 208.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2073BC is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 115 188 -
CMYK 0.83 0.39 0 0.26
HSL 208.08º 0.71% 0.43% -
HSV(B) 208.08º 0.83% 0.74% -
XYZ 15.8 16.2 49.87 -
YUV 98.51 178.5 80.56 -
System Red Green Blue C M Y K H S L
Decimal 32 115 188 0.83 0.39 0 0.26 208.08 0.71 0.43
Hex 20 73 BC 53 27 0 1A D0 47 2B
Octal 40 163 274 123 47 0 32 320 107 53
Binary 100000 1110011 10111100 1010011 100111 0 11010 11010000 1000111 101011

Color Harmonies of #2073BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2073BC

Black with #2073BC

Text Example


Text Example

White with #2073BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2073BC; }

 p { color: rgb(32,115,188); }

 H1.HeaderClassName
 {
   color: #2073BC;
 }
 .AnyTagClassName
 {
   color: #2073BC;
 }
</style>

background-color css

<style>
 a { background-color: #2073BC; }

 a { background-color: rgb(32,115,188); }

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

border-color css

<style>
 span { border-color: #2073BC; }

 span { border-color: rgb(32,115,188); }

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