Html Css Color HEX #206DCC Denim

📋 copy color: '#206DCC'

red 32 ◦ green 109 ◦ blue 204

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

Shades of Denim #206DCC

Tints of Denim #206DCC

RGB

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

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

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

R = 9.28%
G = 31.59%
B = 59.13%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#206DCC (or 0x206DCC) is known color: Denim. HEX triplet: 20, 6D and CC. RGB value is (32,109,204). Sum of RGB (Red+Green+Blue) = 32+109+204=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #206DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DCC is #DF9233. Grayscale: #606060. Windows color (decimal): -14651956 or 13397280. OLE color: 13397280.

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

Color convert

RGB 32 109 204 -
CMYK 0.84 0.47 0 0.2
HSL 213.14º 0.73% 0.46% -
HSV(B) 213.14º 0.84% 0.8% -
XYZ 16.96 15.6 59.24 -
YUV 96.81 188.49 81.78 -
System Red Green Blue C M Y K H S L
Decimal 32 109 204 0.84 0.47 0 0.2 213.14 0.73 0.46
Hex 20 6D CC 54 2F 0 14 D5 49 2E
Octal 40 155 314 124 57 0 24 325 111 56
Binary 100000 1101101 11001100 1010100 101111 0 10100 11010101 1001001 101110

Color Harmonies of #206DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DCC

Black with #206DCC

Text Example


Text Example

White with #206DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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