Html Css Color HEX #204D9F Endeavour

📋 copy color: '#204D9F'

red 32 ◦ green 77 ◦ blue 159

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

Shades of Endeavour #204D9F

Tints of Endeavour #204D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 11.94%
G = 28.73%
B = 59.33%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#204D9F (or 0x204D9F) is known color: Endeavour. HEX triplet: 20, 4D and 9F. RGB value is (32,77,159). Sum of RGB (Red+Green+Blue) = 32+77+159=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #204D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D9F is #DFB260. Grayscale: #484848. Windows color (decimal): -14660193 or 10439968. OLE color: 10439968.

HSL color Cylindrical-coordinate representation of color #204D9F: hue angle of 218.74º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204D9F is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 77 159 -
CMYK 0.80 0.52 0 0.38
HSL 218.74º 0.66% 0.37% -
HSV(B) 218.74º 0.8% 0.62% -
XYZ 9.51 8.12 33.87 -
YUV 72.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 32 77 159 0.80 0.52 0 0.38 218.74 0.66 0.37
Hex 20 4D 9F 50 34 0 26 DB 42 25
Octal 40 115 237 120 64 0 46 333 102 45
Binary 100000 1001101 10011111 1010000 110100 0 100110 11011011 1000010 100101

Color Harmonies of #204D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D9F

Black with #204D9F

Text Example


Text Example

White with #204D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,77,159); }

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

background-color css

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

 a { background-color: rgb(32,77,159); }

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

border-color css

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

 span { border-color: rgb(32,77,159); }

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