Html Css Color HEX #20467F Fun Blue

📋 copy color: '#20467F'

red 32 ◦ green 70 ◦ blue 127

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

Shades of Fun Blue #20467F

Tints of Fun Blue #20467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 13.97%
G = 30.57%
B = 55.46%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20467F (or 0x20467F) is known color: Fun Blue. HEX triplet: 20, 46 and 7F. RGB value is (32,70,127). Sum of RGB (Red+Green+Blue) = 32+70+127=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #20467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20467F is #DFB980. Grayscale: #404040. Windows color (decimal): -14662017 or 8341024. OLE color: 8341024.

HSL color Cylindrical-coordinate representation of color #20467F: hue angle of 216º 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 #20467F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 70 127 -
CMYK 0.75 0.45 0 0.50
HSL 216º 0.6% 0.31% -
HSV(B) 216º 0.75% 0.5% -
XYZ 6.62 6.22 20.93 -
YUV 65.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 32 70 127 0.75 0.45 0 0.50 216 0.6 0.31
Hex 20 46 7F 4B 2D 0 32 D8 3C 1F
Octal 40 106 177 113 55 0 62 330 74 37
Binary 100000 1000110 1111111 1001011 101101 0 110010 11011000 111100 11111

Color Harmonies of #20467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20467F

Black with #20467F

Text Example


Text Example

White with #20467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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