Html Css Color HEX #205D8E Endeavour

📋 copy color: '#205D8E'

red 32 ◦ green 93 ◦ blue 142

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

Shades of Endeavour #205D8E

Tints of Endeavour #205D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 11.99%
G = 34.83%
B = 53.18%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#205D8E (or 0x205D8E) is known color: Endeavour. HEX triplet: 20, 5D and 8E. RGB value is (32,93,142). Sum of RGB (Red+Green+Blue) = 32+93+142=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #205D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D8E is #DFA271. Grayscale: #505050. Windows color (decimal): -14656114 or 9329952. OLE color: 9329952.

HSL color Cylindrical-coordinate representation of color #205D8E: hue angle of 206.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205D8E is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 93 142 -
CMYK 0.77 0.35 0 0.44
HSL 206.73º 0.63% 0.34% -
HSV(B) 206.73º 0.77% 0.56% -
XYZ 9.39 10.09 27.04 -
YUV 80.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 32 93 142 0.77 0.35 0 0.44 206.73 0.63 0.34
Hex 20 5D 8E 4D 23 0 2C CF 3F 22
Octal 40 135 216 115 43 0 54 317 77 42
Binary 100000 1011101 10001110 1001101 100011 0 101100 11001111 111111 100010

Color Harmonies of #205D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205D8E

Black with #205D8E

Text Example


Text Example

White with #205D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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