Html Css Color HEX #206DB4 Denim

📋 copy color: '#206DB4'

red 32 ◦ green 109 ◦ blue 180

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

Shades of Denim #206DB4

Tints of Denim #206DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 9.97%
G = 33.96%
B = 56.07%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#206DB4 (or 0x206DB4) is known color: Denim. HEX triplet: 20, 6D and B4. RGB value is (32,109,180). Sum of RGB (Red+Green+Blue) = 32+109+180=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #206DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DB4 is #DF924B. Grayscale: #5D5D5D. Windows color (decimal): -14651980 or 11824416. OLE color: 11824416.

HSL color Cylindrical-coordinate representation of color #206DB4: hue angle of 208.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #206DB4 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 109 180 -
CMYK 0.82 0.39 0 0.29
HSL 208.78º 0.7% 0.42% -
HSV(B) 208.78º 0.82% 0.71% -
XYZ 14.3 14.54 45.23 -
YUV 94.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 32 109 180 0.82 0.39 0 0.29 208.78 0.7 0.42
Hex 20 6D B4 52 27 0 1D D1 46 2A
Octal 40 155 264 122 47 0 35 321 106 52
Binary 100000 1101101 10110100 1010010 100111 0 11101 11010001 1000110 101010

Color Harmonies of #206DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DB4

Black with #206DB4

Text Example


Text Example

White with #206DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206DB4; }

 p { color: rgb(32,109,180); }

 H1.HeaderClassName
 {
   color: #206DB4;
 }
 .AnyTagClassName
 {
   color: #206DB4;
 }
</style>

background-color css

<style>
 a { background-color: #206DB4; }

 a { background-color: rgb(32,109,180); }

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

border-color css

<style>
 span { border-color: #206DB4; }

 span { border-color: rgb(32,109,180); }

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