Html Css Color HEX #2060C9 Denim

📋 copy color: '#2060C9'

red 32 ◦ green 96 ◦ blue 201

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

Shades of Denim #2060C9

Tints of Denim #2060C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 201 (78.91% from 255) = 61.09%

R = 9.73%
G = 29.18%
B = 61.09%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2060C9 (or 0x2060C9) is known color: Denim. HEX triplet: 20, 60 and C9. RGB value is (32,96,201). Sum of RGB (Red+Green+Blue) = 32+96+201=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #2060C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060C9 is #DF9F36. Grayscale: #585858. Windows color (decimal): -14655287 or 13197344. OLE color: 13197344.

HSL color Cylindrical-coordinate representation of color #2060C9: hue angle of 217.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2060C9 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 96 201 -
CMYK 0.84 0.52 0 0.21
HSL 217.28º 0.73% 0.46% -
HSV(B) 217.28º 0.84% 0.79% -
XYZ 15.32 12.89 56.94 -
YUV 88.83 191.3 87.46 -
System Red Green Blue C M Y K H S L
Decimal 32 96 201 0.84 0.52 0 0.21 217.28 0.73 0.46
Hex 20 60 C9 54 34 0 15 D9 49 2E
Octal 40 140 311 124 64 0 25 331 111 56
Binary 100000 1100000 11001001 1010100 110100 0 10101 11011001 1001001 101110

Color Harmonies of #2060C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2060C9

Black with #2060C9

Text Example


Text Example

White with #2060C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2060C9; }

 p { color: rgb(32,96,201); }

 H1.HeaderClassName
 {
   color: #2060C9;
 }
 .AnyTagClassName
 {
   color: #2060C9;
 }
</style>

background-color css

<style>
 a { background-color: #2060C9; }

 a { background-color: rgb(32,96,201); }

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

border-color css

<style>
 span { border-color: #2060C9; }

 span { border-color: rgb(32,96,201); }

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