Html Css Color HEX #205DAD Denim

📋 copy color: '#205DAD'

red 32 ◦ green 93 ◦ blue 173

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

Shades of Denim #205DAD

Tints of Denim #205DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 10.74%
G = 31.21%
B = 58.05%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#205DAD (or 0x205DAD) is known color: Denim. HEX triplet: 20, 5D and AD. RGB value is (32,93,173). Sum of RGB (Red+Green+Blue) = 32+93+173=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #205DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205DAD is #DFA252. Grayscale: #535353. Windows color (decimal): -14656083 or 11361568. OLE color: 11361568.

HSL color Cylindrical-coordinate representation of color #205DAD: hue angle of 214.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205DAD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 93 173 -
CMYK 0.82 0.46 0 0.32
HSL 214.04º 0.69% 0.4% -
HSV(B) 214.04º 0.82% 0.68% -
XYZ 12.05 11.15 41.05 -
YUV 83.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 32 93 173 0.82 0.46 0 0.32 214.04 0.69 0.4
Hex 20 5D AD 52 2E 0 20 D6 45 28
Octal 40 135 255 122 56 0 40 326 105 50
Binary 100000 1011101 10101101 1010010 101110 0 100000 11010110 1000101 101000

Color Harmonies of #205DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DAD

Black with #205DAD

Text Example


Text Example

White with #205DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205DAD; }

 p { color: rgb(32,93,173); }

 H1.HeaderClassName
 {
   color: #205DAD;
 }
 .AnyTagClassName
 {
   color: #205DAD;
 }
</style>

background-color css

<style>
 a { background-color: #205DAD; }

 a { background-color: rgb(32,93,173); }

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

border-color css

<style>
 span { border-color: #205DAD; }

 span { border-color: rgb(32,93,173); }

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