Html Css Color HEX #204F8D Endeavour

📋 copy color: '#204F8D'

red 32 ◦ green 79 ◦ blue 141

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

Shades of Endeavour #204F8D

Tints of Endeavour #204F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 12.7%
G = 31.35%
B = 55.95%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#204F8D (or 0x204F8D) is known color: Endeavour. HEX triplet: 20, 4F and 8D. RGB value is (32,79,141). Sum of RGB (Red+Green+Blue) = 32+79+141=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #204F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F8D is #DFB072. Grayscale: #474747. Windows color (decimal): -14659699 or 9260832. OLE color: 9260832.

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

Color convert

RGB 32 79 141 -
CMYK 0.77 0.44 0 0.45
HSL 214.13º 0.63% 0.34% -
HSV(B) 214.13º 0.77% 0.55% -
XYZ 8.2 7.82 26.28 -
YUV 72.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 32 79 141 0.77 0.44 0 0.45 214.13 0.63 0.34
Hex 20 4F 8D 4D 2C 0 2D D6 3F 22
Octal 40 117 215 115 54 0 55 326 77 42
Binary 100000 1001111 10001101 1001101 101100 0 101101 11010110 111111 100010

Color Harmonies of #204F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F8D

Black with #204F8D

Text Example


Text Example

White with #204F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204F8D; }

 p { color: rgb(32,79,141); }

 H1.HeaderClassName
 {
   color: #204F8D;
 }
 .AnyTagClassName
 {
   color: #204F8D;
 }
</style>

background-color css

<style>
 a { background-color: #204F8D; }

 a { background-color: rgb(32,79,141); }

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

border-color css

<style>
 span { border-color: #204F8D; }

 span { border-color: rgb(32,79,141); }

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