Html Css Color HEX #2071CC Denim

📋 copy color: '#2071CC'

red 32 ◦ green 113 ◦ blue 204

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

Shades of Denim #2071CC

Tints of Denim #2071CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 9.17%
G = 32.38%
B = 58.45%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2071CC (or 0x2071CC) is known color: Denim. HEX triplet: 20, 71 and CC. RGB value is (32,113,204). Sum of RGB (Red+Green+Blue) = 32+113+204=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #2071CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071CC is #DF8E33. Grayscale: #626262. Windows color (decimal): -14650932 or 13398304. OLE color: 13398304.

HSL color Cylindrical-coordinate representation of color #2071CC: hue angle of 211.74º 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 #2071CC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 113 204 -
CMYK 0.84 0.45 0 0.2
HSL 211.74º 0.73% 0.46% -
HSV(B) 211.74º 0.84% 0.8% -
XYZ 17.4 16.48 59.39 -
YUV 99.16 187.16 80.1 -
System Red Green Blue C M Y K H S L
Decimal 32 113 204 0.84 0.45 0 0.2 211.74 0.73 0.46
Hex 20 71 CC 54 2D 0 14 D4 49 2E
Octal 40 161 314 124 55 0 24 324 111 56
Binary 100000 1110001 11001100 1010100 101101 0 10100 11010100 1001001 101110

Color Harmonies of #2071CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2071CC

Black with #2071CC

Text Example


Text Example

White with #2071CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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