Html Css Color HEX #2073CC Denim

📋 copy color: '#2073CC'

red 32 ◦ green 115 ◦ blue 204

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

Shades of Denim #2073CC

Tints of Denim #2073CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 9.12%
G = 32.76%
B = 58.12%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2073CC (or 0x2073CC) is known color: Denim. HEX triplet: 20, 73 and CC. RGB value is (32,115,204). Sum of RGB (Red+Green+Blue) = 32+115+204=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #2073CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073CC is #DF8C33. Grayscale: #636363. Windows color (decimal): -14650420 or 13398816. OLE color: 13398816.

HSL color Cylindrical-coordinate representation of color #2073CC: hue angle of 211.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2073CC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 115 204 -
CMYK 0.84 0.44 0 0.2
HSL 211.05º 0.73% 0.46% -
HSV(B) 211.05º 0.84% 0.8% -
XYZ 17.63 16.93 59.47 -
YUV 100.33 186.5 79.26 -
System Red Green Blue C M Y K H S L
Decimal 32 115 204 0.84 0.44 0 0.2 211.05 0.73 0.46
Hex 20 73 CC 54 2C 0 14 D3 49 2E
Octal 40 163 314 124 54 0 24 323 111 56
Binary 100000 1110011 11001100 1010100 101100 0 10100 11010011 1001001 101110

Color Harmonies of #2073CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2073CC

Black with #2073CC

Text Example


Text Example

White with #2073CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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