Html Css Color HEX #20428D Fun Blue

📋 copy color: '#20428D'

red 32 ◦ green 66 ◦ blue 141

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

Shades of Fun Blue #20428D

Tints of Fun Blue #20428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 13.39%
G = 27.62%
B = 59%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20428D (or 0x20428D) is known color: Fun Blue. HEX triplet: 20, 42 and 8D. RGB value is (32,66,141). Sum of RGB (Red+Green+Blue) = 32+66+141=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #20428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20428D is #DFBD72. Grayscale: #404040. Windows color (decimal): -14663027 or 9257504. OLE color: 9257504.

HSL color Cylindrical-coordinate representation of color #20428D: hue angle of 221.28º 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 #20428D is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 66 141 -
CMYK 0.77 0.53 0 0.45
HSL 221.28º 0.63% 0.34% -
HSV(B) 221.28º 0.77% 0.55% -
XYZ 7.35 6.13 25.99 -
YUV 64.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 32 66 141 0.77 0.53 0 0.45 221.28 0.63 0.34
Hex 20 42 8D 4D 35 0 2D DD 3F 22
Octal 40 102 215 115 65 0 55 335 77 42
Binary 100000 1000010 10001101 1001101 110101 0 101101 11011101 111111 100010

Color Harmonies of #20428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20428D

Black with #20428D

Text Example


Text Example

White with #20428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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