Html Css Color HEX #204983 Fun Blue

📋 copy color: '#204983'

red 32 ◦ green 73 ◦ blue 131

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

Shades of Fun Blue #204983

Tints of Fun Blue #204983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 13.56%
G = 30.93%
B = 55.51%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#204983 (or 0x204983) is known color: Fun Blue. HEX triplet: 20, 49 and 83. RGB value is (32,73,131). Sum of RGB (Red+Green+Blue) = 32+73+131=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #204983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204983 is #DFB67C. Grayscale: #434343. Windows color (decimal): -14661245 or 8603936. OLE color: 8603936.

HSL color Cylindrical-coordinate representation of color #204983: hue angle of 215.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204983 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 73 131 -
CMYK 0.76 0.44 0 0.49
HSL 215.15º 0.61% 0.32% -
HSV(B) 215.15º 0.76% 0.51% -
XYZ 7.07 6.71 22.4 -
YUV 67.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 32 73 131 0.76 0.44 0 0.49 215.15 0.61 0.32
Hex 20 49 83 4C 2C 0 31 D7 3D 20
Octal 40 111 203 114 54 0 61 327 75 40
Binary 100000 1001001 10000011 1001100 101100 0 110001 11010111 111101 100000

Color Harmonies of #204983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204983

Black with #204983

Text Example


Text Example

White with #204983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204983; }

 p { color: rgb(32,73,131); }

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

background-color css

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

 a { background-color: rgb(32,73,131); }

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

border-color css

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

 span { border-color: rgb(32,73,131); }

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