Html Css Color HEX #204F9F Endeavour

📋 copy color: '#204F9F'

red 32 ◦ green 79 ◦ blue 159

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

Shades of Endeavour #204F9F

Tints of Endeavour #204F9F

RGB

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

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

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

R = 11.85%
G = 29.26%
B = 58.89%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#204F9F (or 0x204F9F) is known color: Endeavour. HEX triplet: 20, 4F and 9F. RGB value is (32,79,159). Sum of RGB (Red+Green+Blue) = 32+79+159=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #204F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F9F is #DFB060. Grayscale: #494949. Windows color (decimal): -14659681 or 10440480. OLE color: 10440480.

HSL color Cylindrical-coordinate representation of color #204F9F: hue angle of 217.8º 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 #204F9F is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 79 159 -
CMYK 0.80 0.50 0 0.38
HSL 217.8º 0.66% 0.37% -
HSV(B) 217.8º 0.8% 0.62% -
XYZ 9.65 8.4 33.91 -
YUV 74.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 32 79 159 0.80 0.50 0 0.38 217.8 0.66 0.37
Hex 20 4F 9F 50 32 0 26 DA 42 25
Octal 40 117 237 120 62 0 46 332 102 45
Binary 100000 1001111 10011111 1010000 110010 0 100110 11011010 1000010 100101

Color Harmonies of #204F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F9F

Black with #204F9F

Text Example


Text Example

White with #204F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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