Html Css Color HEX #20477F Fun Blue

📋 copy color: '#20477F'

red 32 ◦ green 71 ◦ blue 127

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

Shades of Fun Blue #20477F

Tints of Fun Blue #20477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 127 (50% from 255) = 55.22%

R = 13.91%
G = 30.87%
B = 55.22%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20477F (or 0x20477F) is known color: Fun Blue. HEX triplet: 20, 47 and 7F. RGB value is (32,71,127). Sum of RGB (Red+Green+Blue) = 32+71+127=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #20477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20477F is #DFB880. Grayscale: #414141. Windows color (decimal): -14661761 or 8341280. OLE color: 8341280.

HSL color Cylindrical-coordinate representation of color #20477F: hue angle of 215.37º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20477F is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 71 127 -
CMYK 0.75 0.44 0 0.50
HSL 215.37º 0.6% 0.31% -
HSV(B) 215.37º 0.75% 0.5% -
XYZ 6.68 6.35 20.95 -
YUV 65.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 32 71 127 0.75 0.44 0 0.50 215.37 0.6 0.31
Hex 20 47 7F 4B 2C 0 32 D7 3C 1F
Octal 40 107 177 113 54 0 62 327 74 37
Binary 100000 1000111 1111111 1001011 101100 0 110010 11010111 111100 11111

Color Harmonies of #20477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20477F

Black with #20477F

Text Example


Text Example

White with #20477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20477F; }

 p { color: rgb(32,71,127); }

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

background-color css

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

 a { background-color: rgb(32,71,127); }

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

border-color css

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

 span { border-color: rgb(32,71,127); }

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