Html Css Color HEX #2076CF Denim

📋 copy color: '#2076CF'

red 32 ◦ green 118 ◦ blue 207

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

Shades of Denim #2076CF

Tints of Denim #2076CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 8.96%
G = 33.05%
B = 57.98%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2076CF (or 0x2076CF) is known color: Denim. HEX triplet: 20, 76 and CF. RGB value is (32,118,207). Sum of RGB (Red+Green+Blue) = 32+118+207=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #2076CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076CF is #DF8930. Grayscale: #656565. Windows color (decimal): -14649649 or 13596192. OLE color: 13596192.

HSL color Cylindrical-coordinate representation of color #2076CF: hue angle of 210.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2076CF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 118 207 -
CMYK 0.85 0.43 0 0.19
HSL 210.51º 0.73% 0.47% -
HSV(B) 210.51º 0.85% 0.81% -
XYZ 18.34 17.77 61.49 -
YUV 102.43 187.01 77.76 -
System Red Green Blue C M Y K H S L
Decimal 32 118 207 0.85 0.43 0 0.19 210.51 0.73 0.47
Hex 20 76 CF 55 2B 0 13 D3 49 2F
Octal 40 166 317 125 53 0 23 323 111 57
Binary 100000 1110110 11001111 1010101 101011 0 10011 11010011 1001001 101111

Color Harmonies of #2076CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076CF

Black with #2076CF

Text Example


Text Example

White with #2076CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2076CF; }

 p { color: rgb(32,118,207); }

 H1.HeaderClassName
 {
   color: #2076CF;
 }
 .AnyTagClassName
 {
   color: #2076CF;
 }
</style>

background-color css

<style>
 a { background-color: #2076CF; }

 a { background-color: rgb(32,118,207); }

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

border-color css

<style>
 span { border-color: #2076CF; }

 span { border-color: rgb(32,118,207); }

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